diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-13 17:06:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-13 17:06:37 +0000 |
commit | 0f0cffd2518d3d8a2749d3772a0ef780163e2195 (patch) | |
tree | e9835f78b4765bf7eb7e5297228f54177e2528ce /gdb/configure.in | |
parent | f0312d395b830bea0f17a279ad1a6d8009c46db0 (diff) | |
download | gdb-0f0cffd2518d3d8a2749d3772a0ef780163e2195.zip gdb-0f0cffd2518d3d8a2749d3772a0ef780163e2195.tar.gz gdb-0f0cffd2518d3d8a2749d3772a0ef780163e2195.tar.bz2 |
2004-01-13 Andrew Cagney <cagney@redhat.com>
* configure.in: Update copyright year.
(build_warnings): Add -Wunused-label.
* configure: Re-generate.
2004-01-13 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo: Update copyright year.
(Coding): Add -Wunused-label to list of -Werror warnings.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 2ab32fe..f555fcd 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 dnl Free Software Foundation, Inc. dnl dnl This file is part of GDB. @@ -1024,9 +1024,10 @@ AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE) # 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-nonliteral" +-Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral \ +-Wunused-label" # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs -# -Wunused-function -Wunused-label -Wunused-variable -Wunused-value +# -Wunused-function -Wunused-variable -Wunused-value # -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual # -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes # -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls |