aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-09 14:16:10 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-11 09:13:11 -0500
commit5c1008a41f1b97e8c7abb21eb2de0205e9a30521 (patch)
tree54cabb32e5c04936cc2d7896c962a5280ec4260f /sim/erc32/configure.ac
parenta0c38f0d705129e14c025de814d7fd619edde650 (diff)
downloadgdb-5c1008a41f1b97e8c7abb21eb2de0205e9a30521.zip
gdb-5c1008a41f1b97e8c7abb21eb2de0205e9a30521.tar.gz
gdb-5c1008a41f1b97e8c7abb21eb2de0205e9a30521.tar.bz2
sim: call SIM_AC_OPTION_WARNINGS(no) in remaining ports
We want all ports to opt into extra warnings as the default compiler settings lets a lot slide. Opt all the ports that haven't already in to the warning system. None of them build with -Werror, so disable that by default. Hopefully someone finds these important enough to start fixing at some point.
Diffstat (limited to 'sim/erc32/configure.ac')
-rw-r--r--sim/erc32/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/erc32/configure.ac b/sim/erc32/configure.ac
index 2317d47..2c81b84 100644
--- a/sim/erc32/configure.ac
+++ b/sim/erc32/configure.ac
@@ -18,6 +18,7 @@ AC_INIT(Makefile.in)
sinclude(../common/acinclude.m4)
SIM_AC_COMMON
+SIM_AC_OPTION_WARNINGS(no)
# In the Cygwin environment, we need some additional flags.
AC_CACHE_CHECK([for cygwin], sim_cv_os_cygwin,