mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +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
No description provided
Languages
C
87.4%
Roff
7.1%
Shell
2.7%
Yacc
1.4%
M4
0.8%
Other
0.5%