Bug 1083931. Remove pedantic filtering that snuck back in.

The ANGLE update from bug 801158 accidentally added this back.

--HG--
extra : rebase_source : 492105a4a518c0c4cb78e0ccc64efbe0ffc0d78e
This commit is contained in:
Jeff Muizelaar 2014-10-16 13:54:35 -04:00
Родитель 8a97b14202
Коммит d8dd019790
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

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