Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium

MozReview-Commit-ID: 7duJk2gSd4m
This commit is contained in:
Sylvestre Ledru
2017-12-07 22:09:15 +01:00
parent 7b9e6734c4
commit 37064ac043
203 changed files with 241 additions and 241 deletions

View File

@@ -37,5 +37,5 @@ LOCAL_INCLUDES += [
'/js/xpconnect/wrappers',
]
if CONFIG['GNU_CXX']:
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
CXXFLAGS += ['-Wno-shadow']