* configure.ac (build_warnings): Add -Wno-char-subscripts.

* configure: Regenerate.
This commit is contained in:
Pedro Alves 2010-08-27 10:20:07 +00:00
parent 11e3246416
commit 854d88f03d
3 changed files with 7 additions and 2 deletions

View File

@ -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 ...

View File

@ -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

View File

@ -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