Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 0/2] incompatible-poiner-types bug fixes



This patch series fixes several bugs found by compiling with
-Werror=incompatible-pointer-types. This setting will be gcc's default
behavior starting with gcc-14.

See:
https://wiki.gentoo.org/wiki/Modern_C_porting#What_changed.3F
https://inbox.sourceware.org/gcc-patches/cover.1700473918.git.fweimer@xxxxxxxxxx/
for details.

Nicholas Vinson (2):
  Fix incompatible-pointer-types bugs
  Fix incompatible-pointer-types configure test bugs

 Src/Modules/termcap.c | 36 ++++++++++++++++++++----------------
 configure.ac          | 12 ++++++------
 2 files changed, 26 insertions(+), 22 deletions(-)

-- 
2.43.0





Messages sorted by: Reverse Date, Date, Thread, Author