Enable -Wpointer-sign by default.
authorPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 18:32:54 +0000 (18:32 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 18:32:54 +0000 (18:32 +0000)
commitbd3f3b553570d7a09cd16545c3d842d70bf3b7da
treea9f1090f4eb3c32a4823e664d9bd00f1a27e24c3
parent8bf54274eced4d6b47ba1296f20cc7d5f737e673
Enable -Wpointer-sign by default.

This enables -Wpointer-sign by default.

I've checked that --enable-targets=all builds fine with the following
as --host, on x86_64 Fedora 17 --build:

x86_64 GNU/Linux
i386 GNU/Linux
i386 MinGW-w64
i386 msdos/djgpp

OK?

gdb/
2013-04-19  Pedro Alves  <palves@redhat.com>

* configure.ac (build_warnings): Replace -Wno-pointer-sign with
-Wpointer-sign.
* configure: Regenerate.

gdb/doc
2013-04-19  Pedro Alves  <palves@redhat.com>

* gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
-Wno-pointer-sign text with text on -Wpointer-sign.
gdb/ChangeLog
gdb/configure
gdb/configure.ac
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
This page took 0.027002 seconds and 4 git commands to generate.