add -Wmissing-parameter-type
authorTom Tromey <tromey@redhat.com>
Mon, 1 Jul 2013 19:48:05 +0000 (19:48 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 1 Jul 2013 19:48:05 +0000 (19:48 +0000)
This adds -Wmissing-parameter-type to gdb's list of warnings.

This one doesn't happen to trigger for a --enable-targets=all build on
x86-64 Fedora 18.

* configure.ac (build_warnings): Add -Wmissing-parameter-type.
* configure: Rebuild.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 0ecad53..7ef6dbb 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-01  Tom Tromey  <tromey@redhat.com>
+
+       * configure.ac (build_warnings): Add -Wmissing-parameter-type.
+       * configure: Rebuild.
+
 2013-07-01  Pedro Alves  <palves@redhat.com>
 
        * defs.h: Include "pathmax.h".
index dab0d20..ac2ff5f 100755 (executable)
@@ -12470,7 +12470,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
 -Wpointer-sign \
 -Wno-unused -Wunused-value -Wunused-function \
 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
--Wdeclaration-after-statement -Wempty-body"
+-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type"
 
 # Enable -Wno-format by default when using gcc on mingw since many
 # GCC versions complain about %I64.
index e378bde..b63faec 100644 (file)
@@ -1940,7 +1940,7 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
 -Wpointer-sign \
 -Wno-unused -Wunused-value -Wunused-function \
 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
--Wdeclaration-after-statement -Wempty-body"
+-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type"
 
 # Enable -Wno-format by default when using gcc on mingw since many
 # GCC versions complain about %I64.