]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Enable -Wmissing-declarations diagnostic
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jan 2020 19:05:44 +0000 (14:05 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jan 2020 19:06:09 +0000 (14:06 -0500)
commitbb564c588d95608ff87067cb05db910cf38dc2d3
treebdce2ea8b7f11b94944bc1c9e14d73f205016b67
parent6e37c371af4a25d28623b618e30f93b040b4d4ae
Enable -Wmissing-declarations diagnostic

Now that most warnings of this kind are fixed, we can enable
-Wmissing-declarations.  I say "most", because it is likely that there
are some more in some configurations I am not able to build, but they
should be pretty easy to fix.

gdb/ChangeLog:

* warning.m4: Add -Wmissing-declarations to build_warnings.
* configure: Re-generate.

gdb/gdbserver/ChangeLog:

* configure: Re-generate.

Change-Id: Iae9b59f22eb5dd1965d09f34c5c9e212cddf67ba
gdb/ChangeLog
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/warning.m4