Bug 861601 - Suppress gcc -Wmultichar warnings from Android's Stagefright header files. r=doublec,khuey

--HG--
extra : rebase_source : dcfe6fa1ecd2e8cb55945ecfef2709392cf7bb94
This commit is contained in:
Chris Peterson 2013-04-13 22:14:16 -07:00
parent 7fd936e776
commit 0368fb1640

View File

@ -41,7 +41,8 @@ include $(topsrcdir)/config/rules.mk
ifdef GNU_CXX
# Turn off C++ 11 features due to conflicts with Android OS headers and char16_t definition
CXXFLAGS += -std=gnu++98
# Stagefright header files define many multichar constants.
CXXFLAGS += -std=gnu++98 -Wno-multichar
endif
INCLUDES += \