Bug 986788 - Suppress clang and gcc warnings in third-party code: MurmurHash3. r=bjacob

This commit is contained in:
Chris Peterson 2014-03-20 21:39:32 -07:00
Родитель 26060d4188
Коммит 23140639d1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -135,6 +135,7 @@ DEFINES['COMPILER_IMPLEMENTATION'] = True
# Suppress warnings in third-party code.
if CONFIG['GNU_CXX']:
CXXFLAGS += [
'-Wno-attributes',
'-Wno-sign-compare',
'-Wno-unknown-pragmas',
]