Bug 1617338 - Suppress warnings from third-party code in extensions/spellcheck/hunspell/glue/ r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D63749

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Masatoshi Kimura 2020-02-26 16:45:29 +00:00
Родитель ffa3d955d3
Коммит cb9e7bf077
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -34,3 +34,8 @@ EXPORTS.mozilla += [
'RemoteSpellCheckEngineChild.h',
'RemoteSpellCheckEngineParent.h',
]
CXXFLAGS += [
# We force-include mozHunspellAllocator.h from third-party code.
'-Wno-undefined-var-template',
]