* configure.ac (build_warnings): Add -Wno-char-subscripts.
* configure: Regenerate.
This commit is contained in:
parent
11e3246416
commit
854d88f03d
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-08-27 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* configure.ac (build_warnings): Add -Wno-char-subscripts.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-08-27 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* linux-low.c (linux_unprepare_to_access_memory): Rename to ...
|
||||
|
|
2
gdb/gdbserver/configure
vendored
2
gdb/gdbserver/configure
vendored
|
@ -3944,7 +3944,7 @@ if test "${ERROR_ON_WARNING}" = yes ; then
|
|||
fi
|
||||
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral "
|
||||
-Wformat-nonliteral -Wno-char-subscripts"
|
||||
|
||||
WARN_CFLAGS=""
|
||||
if test "x$GCC" = xyes
|
||||
|
|
|
@ -112,7 +112,7 @@ if test "${ERROR_ON_WARNING}" = yes ; then
|
|||
fi
|
||||
|
||||
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
|
||||
-Wformat-nonliteral "
|
||||
-Wformat-nonliteral -Wno-char-subscripts"
|
||||
|
||||
WARN_CFLAGS=""
|
||||
if test "x$GCC" = xyes
|
||||
|
|
Loading…
Add table
Reference in a new issue