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.
+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".
-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.
-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.