2004-02-15 Andrew Cagney <cagney@redhat.com>
* configure.in (build_warnings): Add -Wunused-function. * configure: Re-generate.
This commit is contained in:
parent
39269bebd6
commit
4566dfcf80
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2004-02-15 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* configure.in (build_warnings): Add -Wunused-function.
|
||||
* configure: Re-generate.
|
||||
|
||||
* config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
|
||||
* config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
|
||||
|
||||
|
|
2
gdb/configure
vendored
2
gdb/configure
vendored
|
@ -9203,7 +9203,7 @@ fi
|
|||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
|
||||
-Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral \
|
||||
-Wunused-label"
|
||||
-Wunused-label -Wunused-function"
|
||||
# Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
|
||||
# -Wunused-function -Wunused-variable -Wunused-value
|
||||
# -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
|
||||
|
|
|
@ -1008,7 +1008,7 @@ AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE)
|
|||
# gdb/doc/gdbint.texinfo.
|
||||
build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
|
||||
-Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral \
|
||||
-Wunused-label"
|
||||
-Wunused-label -Wunused-function"
|
||||
# Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
|
||||
# -Wunused-function -Wunused-variable -Wunused-value
|
||||
# -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue