mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Reorder struct grid_cell_entry
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
This commit is contained in:
Reference in New Issue
Block a user