Bug 786413 - fix -pedantic removal in gfx/qcms; r=BenWa

This commit is contained in:
Nathan Froyd 2012-08-28 15:22:09 -04:00
Родитель c591b4f7d4
Коммит 6b9882f0f0
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -56,7 +56,9 @@ endif
# -pedantic causes warnings that we don't care about
# so turn it off
CFLAGS := $(filter-out -pedantic,$(CFLAGS))
ifdef GNU_CC
OS_CFLAGS := $(filter-out -pedantic,$(OS_CFLAGS))
endif
FORCE_STATIC_LIB = 1