commit | 204d8f31d7fc003e41622e21a9303dc017ad14fa | [log] [download] |
---|---|---|
author | tb <tb> | Mon May 08 10:03:39 2023 +0000 |
committer | tb <tb> | Mon May 08 10:03:39 2023 +0000 |
tree | 7a68e82d4ace71f0435569c0e0ad75a5d883e98f | |
parent | 41b318ac7c881fc4cdf834ea5e14a7e8646605aa [diff] |
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