mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
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:
parent
e37add182d
commit
6d836f9c7f
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user