00db10
Do not treat uninitialized variable warnings as errors in the
00db10
auto-generated bison parser code in intl/plural.c.
00db10
00db10
This was fixed upstream with a regenerated parser as part of this
00db10
commit:
00db10
00db10
commit 568035b7874a099087b77f7bba3e36a1173787b0
00db10
Author: Joseph Myers <joseph@codesourcery.com>
00db10
Date:   Wed Jan 2 19:01:50 2013 +0000
00db10
00db10
    Update copyright notices with scripts/update-copyrights.
00db10
00db10
diff --git a/intl/Makefile b/intl/Makefile
00db10
index 39ecb680572bd7ab..f0a7d0d9047ce571 100644
00db10
--- a/intl/Makefile
00db10
+++ b/intl/Makefile
00db10
@@ -45,6 +45,9 @@ plural.c: plural.y
00db10
 	$(BISON) $(BISONFLAGS) $@ $^
00db10
 endif
00db10
 $(objpfx)plural.o: plural.c
00db10
+# The generated plural.c file generates unitialized variable warnings
00db10
+# with GCC 4.8 on 32-bit architectures.
00db10
+CFLAGS-plural.c = -Wno-error=maybe-uninitialized
00db10
 
00db10
 include ../Rules
00db10