Bug 975730 - Remove an unused CFLAGS from the qcms build system; r=mshal

MOZ_QCMS is not used anywhere.
This commit is contained in:
Ehsan Akhgari 2014-02-22 21:41:02 -05:00
parent 50525f2d94
commit 2cb5c4da7a

View File

@ -41,8 +41,6 @@ endif
include $(topsrcdir)/config/rules.mk
CFLAGS += -DMOZ_QCMS
# Disable spammy "missing initializer" GCC warning
ifdef GNU_CC
CFLAGS += -Wno-missing-field-initializers