mirror of
https://github.com/tmux/tmux.git
synced 2026-06-23 11:49:47 +00:00
204d8f31d7fc003e41622e21a9303dc017ad14fa
On aarch64 with llvm 15, the new -Wunaligned-access emits noise on every one of tmux's source files. This avoids this warning by moving a u_char to the end of the struct. This does not change the size of the struct on any architecture. ok nicm
Description
tmux source code
Languages
C
85.7%
Roff
7%
Shell
4.7%
Yacc
1.2%
M4
0.8%
Other
0.5%