aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2006-01-20 21:58:16 +0000
committerJim Blandy <jimb@codesourcery.com>2006-01-20 21:58:16 +0000
commit7be93b9eea1303a9b247303a9108ad6db6a2d265 (patch)
treed7a81b7ecacaaa7d34570a27de9a18dca9233f08 /gdb/configure.ac
parentb2a74f99b6aad3e84bd52ec1d6e7f856763c38c4 (diff)
downloadfsf-binutils-gdb-7be93b9eea1303a9b247303a9108ad6db6a2d265.zip
fsf-binutils-gdb-7be93b9eea1303a9b247303a9108ad6db6a2d265.tar.gz
fsf-binutils-gdb-7be93b9eea1303a9b247303a9108ad6db6a2d265.tar.bz2
gdb/ChangeLog:
2006-01-18 Jim Blandy <jimb@redhat.com> * configure.ac: Add -Wno-pointer-sign to list of build warnings. * configure: Regenerated. gdb/doc/ChangeLog: 2006-01-18 Jim Blandy <jimb@redhat.com> * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list of warning flags.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index c1b18ff..8e38ae7 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1115,7 +1115,7 @@ AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE)
# gdb/doc/gdbint.texinfo.
build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
-Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral \
--Wunused-label -Wunused-function"
+-Wunused-label -Wunused-function -Wno-pointer-sign"
# GCC supports -Wuninitialized only with -O or -On, n != 0.
if test x${CFLAGS+set} = xset; then