* configure.ac (build_warnings): Add -Wno-char-subscripts.
authorPedro Alves <palves@redhat.com>
Fri, 27 Aug 2010 10:20:07 +0000 (10:20 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 27 Aug 2010 10:20:07 +0000 (10:20 +0000)
* configure: Regenerate.

gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/gdbserver/configure.ac

index fbc3e4efb195ae86e647dd8868585cbd6d698d19..98fc17898da4e2cc48a7f02d18209b610d4fa539 100644 (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 ...
index 1667d14bb061ffdba04f1916f65524238b027f4e..146e61b931a6b6cda576708086bd9e06361a174f 100755 (executable)
@@ -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
index 24ef9a8d3d15f721ce9d1bad704e22cf233b4e64..33f29cfef124544482791ec59aa165facedb5238 100644 (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