Bug 648446. Remove -pedantic from CFLAGS in qcms. r=khuey

-pedantic causes warnings that we don't care about
This commit is contained in:
Jeff Muizelaar 2011-04-08 11:34:16 -07:00
Родитель 8a6eb61ff4
Коммит 7d31ce1e77
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -45,6 +45,10 @@ endif
endif
endif
# -pedantic causes warnings that we don't care about
# so turn it off
CFLAGS := $(filter-out -pedantic,$(CFLAGS))
FORCE_STATIC_LIB = 1
# This library is used by other shared libs
FORCE_USE_PIC = 1