Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: 204d8f31d7fc003e41622e21a9303dc017ad14fa https://github.com/tmux/tmux/commit/204d8f31d7fc003e41622e21a9303dc017ad14fa Author: tb <tb> Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths: M grid.c M tmux.h Log Message: ----------- 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 Commit: 149d9cc851dbf184b5b2041a5ec4be426b2f2914 https://github.com/tmux/tmux/commit/149d9cc851dbf184b5b2041a5ec4be426b2f2914 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M grid.c M tmux.h Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/fbe6fe7f55cf...149d9cc851db -- You received this message because you are subscribed to the Google Groups "tmux-git" group. To unsubscribe from this group and stop receiving emails from it, send an email to tmux-git+unsubscr...@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/fbe6fe-149d9c%40github.com.