зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ffa3d955d3
Коммит
cb9e7bf077
|
@ -34,3 +34,8 @@ EXPORTS.mozilla += [
|
|||
'RemoteSpellCheckEngineChild.h',
|
||||
'RemoteSpellCheckEngineParent.h',
|
||||
]
|
||||
|
||||
CXXFLAGS += [
|
||||
# We force-include mozHunspellAllocator.h from third-party code.
|
||||
'-Wno-undefined-var-template',
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче