Bug 1387388 - Disable -Wimplicit-fallthrough when building jsdtoa.cpp (exists now with gcc 7) r=nbp

MozReview-Commit-ID: 7YuX7SMePOi

--HG--
extra : rebase_source : d35a56f2b453bcd6a2e65738d96606d11cd3028b
This commit is contained in:
Sylvestre Ledru 2017-08-04 13:12:58 +02:00
Родитель b186427ed3
Коммит 4386202143
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -737,7 +737,7 @@ if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-shadow', '-Werror=format', '-fno-strict-aliasing']
# Suppress warnings in third-party code.
if CONFIG['CLANG_CXX']:
if CONFIG['CLANG_CXX'] or CONFIG['GNU_CXX']:
SOURCES['jsdtoa.cpp'].flags += ['-Wno-implicit-fallthrough']
# Generate GC statistics phase data.