From d8dd019790cbeb5a0607ce3ae9941f261e267379 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Thu, 16 Oct 2014 13:54:35 -0400 Subject: [PATCH] Bug 1083931. Remove pedantic filtering that snuck back in. The ANGLE update from bug 801158 accidentally added this back. --HG-- extra : rebase_source : 492105a4a518c0c4cb78e0ccc64efbe0ffc0d78e --- gfx/angle/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gfx/angle/Makefile.in b/gfx/angle/Makefile.in index 6beb97fd2477..da63a55ca4b3 100644 --- a/gfx/angle/Makefile.in +++ b/gfx/angle/Makefile.in @@ -17,8 +17,3 @@ endif include $(topsrcdir)/config/rules.mk -# We have to filter out -pedantic, because of -# comma-at-end-of-enumerator list failures. We can try to get this fixed -# upstream at some point. -CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS)) -CFLAGS := $(filter-out -pedantic,$(CFLAGS))