diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-01-19 10:25:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-01-19 10:25:13 +0000 |
commit | 21a6f6bb029fbff21034f15e9984146ecfc8f35d (patch) | |
tree | 8afa8e455d15bf39e7d08edb5a501496fd9c2a33 /gdb/configure.in | |
parent | 494b7ec97ed90fe6aa44e6d4cfe94554b9b5f10f (diff) | |
download | gdb-21a6f6bb029fbff21034f15e9984146ecfc8f35d.zip gdb-21a6f6bb029fbff21034f15e9984146ecfc8f35d.tar.gz gdb-21a6f6bb029fbff21034f15e9984146ecfc8f35d.tar.bz2 |
Drop -Wuninitialized until GDB compiles with it.
Add list of buildable targets to the MAINTAINERS file.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 438e404..c9ed2e3 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -594,7 +594,7 @@ fi # NOTE: If you add to this list, remember to update # gdb/doc/gdbint.texinfo. build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \ --Wformat -Wparentheses -Wpointer-arith -Wuninitialized" +-Wformat -Wparentheses -Wpointer-arith" # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs # -Wunused-function -Wunused-label -Wunused-variable -Wunused-value # -Wchar-subscripts -Wuninitialized -Wtraditional -Wshadow -Wcast-qual |