]> Savannah Git Hosting - gnulib.git/commit
terminfo, termcap: Avoid wrong configure result with clang ≥ 15.
authorBruno Haible <bruno@clisp.org>
Sat, 11 Feb 2023 23:36:10 +0000 (00:36 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 2 Mar 2023 19:57:57 +0000 (20:57 +0100)
commit8c741b98eb5cfd604c3158cbcbc38e24fea8d717
tree7fe1b42a3b1f9b2a0dace248e3e7aae693c8df69
parentcddc449fee055ae7d6ca86c98c94d9e054b87303
terminfo, termcap: Avoid wrong configure result with clang ≥ 15.

clang 15 reports an error for -Wint-conversion by default.

Reported by Sam James <sam@gentoo.org> in
<https://savannah.gnu.org/bugs/?63793>.

* m4/terminfo.m4 (gl_TERMINFO_BODY): Avoid a -Wint-conversion warning
when testing for tparam and tparm.
* m4/termcap.m4 (gl_TERMCAP_BODY): Likewise.
ChangeLog
m4/termcap.m4
m4/terminfo.m4