Bug 1236322 - Part 2: Suppress -Wimplicit-fallthrough warnings in parser/html generated code. r=hsivonen

This commit is contained in:
Chris Peterson 2015-12-25 00:00:36 -07:00
Родитель 7abc7ee59e
Коммит dfa26161b5
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -97,3 +97,6 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'/dom/base',
]
if CONFIG['CLANG_CXX']:
CXXFLAGS += ['-Wno-implicit-fallthrough']