Bug 1346305 - Unbreak --enable-warnings-as-errors on FreeBSD after bug 1343557. r=keeler

MozReview-Commit-ID: 3gZCXTK1GJI

--HG--
extra : rebase_source : 0de5fc52517c71db1c74814b5dcf096a8ceac593
This commit is contained in:
Jan Beich 2017-03-10 18:02:44 +00:00
parent 3c810e8f62
commit ce968eef85

View File

@ -54,6 +54,7 @@ if CONFIG['GNU_CXX']:
CXXFLAGS += [
'-Wno-exit-time-destructors',
'-Wno-global-constructors',
'-Wno-thread-safety',
'-Wno-used-but-marked-unused',
]
elif CONFIG['_MSC_VER']: