1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Remove -Wdeclaration-after-statement

* configure.ac (HOST_CC): Now that we have C99, there's no need to warn
  on mixed statements and declarations.
This commit is contained in:
Andy Wingo 2019-04-03 19:37:09 +02:00
parent 1308404b5b
commit 83b086e40e

View file

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
dnl
define(GUILE_CONFIGURE_COPYRIGHT,[[
Copyright 1998-2018 Free Software Foundation, Inc.
Copyright 1998-2019 Free Software Foundation, Inc.
This file is part of Guile.
@ -1309,8 +1309,7 @@ case "$GCC" in
## <http://lists.gnu.org/archive/html/guile-devel/2012-01/msg00487.html>.
POTENTIAL_GCC_CFLAGS="-Wall -Wmissing-prototypes \
-Wdeclaration-after-statement -Wpointer-arith \
-fno-strict-aliasing -fwrapv"
-Wpointer-arith -fno-strict-aliasing -fwrapv"
# Do this here so we don't screw up any of the tests above that might
# not be "warning free"
if test "${GUILE_ERROR_ON_WARNING}" = yes