]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Pacify -Werror in two places
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Aug 2020 00:37:42 +0000 (17:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Aug 2020 00:52:49 +0000 (17:52 -0700)
commit0ea8d9d4680ef36964aef9c7f7cd54af7bbc6758
treed0fc80fa664c41cea5b3f77f4b87c9698d10b7b7
parent185f58e9c1cfff7e41620d037af11dfffada8e95
Pacify -Werror in two places

Although this cannot easily be done in general, there are a couple
of places where it’s easy.
* lib/autoconf/c.m4 (AC_LANG_INT_SAVE (C)):
Change ‘()’ to ‘(void)’ to pacify picky compilers.
Problem reported by Vincent Lefevre in:
https://lists.gnu.org/r/autoconf-patches/2020-08/msg00000.html
(AC_C_INLINE): Likewise.
lib/autoconf/c.m4