зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
8a97b14202
Коммит
d8dd019790
|
@ -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))
|
||||
|
|
Загрузка…
Ссылка в новой задаче