summaryrefslogtreecommitdiff
path: root/sim/igen
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-02-19 22:29:37 -0500
committerMike Frysinger <vapier@gentoo.org>2014-03-04 02:54:50 -0500
commit1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b (patch)
tree50769fb7ad5265349ca9713535b7345beab1e698 /sim/igen
parentf97a10f1dca64077b71e3fc2a83caa8fe1434664 (diff)
sim: convert old style prototypes
Most of these prototypes have been killed off, but we have a few left in the sim tree. Clean them up so we can enable the -W flag for it.
Diffstat (limited to 'sim/igen')
-rw-r--r--sim/igen/ChangeLog4
-rwxr-xr-xsim/igen/configure11
2 files changed, 8 insertions, 7 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index d7ceeb42e5..7c7c43620a 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-04 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2013-11-25 Steve Ellcey <sellcey@mips.com>
* igen/Makefile.in (igen): Use BUILD_CFLAGS in link.
diff --git a/sim/igen/configure b/sim/igen/configure
index 06ae4cbf95..32f115415a 100755
--- a/sim/igen/configure
+++ b/sim/igen/configure
@@ -4794,15 +4794,12 @@ if test "${ERROR_ON_WARNING}" = yes ; then
true
fi
-# The entries after -Wno-pointer-sign are disabled warnings which may
-# be enabled in the future, which can not currently be used to build
-# GDB.
-# NOTE: If you change this list, remember to update
-# gdb/doc/gdbint.texinfo.
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
--Wno-pointer-sign \
+-Wpointer-sign \
-Wno-unused -Wunused-value -Wunused-function \
--Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
+-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
+-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
+-Wold-style-declaration -Wold-style-definition"
# Enable -Wno-format by default when using gcc on mingw since many
# GCC versions complain about %I64.