зеркало из https://github.com/mozilla/gecko-dev.git
Bug 648446. Remove -pedantic from CFLAGS in qcms. r=khuey
-pedantic causes warnings that we don't care about
This commit is contained in:
Родитель
8a6eb61ff4
Коммит
7d31ce1e77
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче