mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
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:
parent
ffa3d955d3
commit
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',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user