Bug 1145514 - Enable FAIL_ON_WARNINGS on MSVC in layout/generic. r=roc

This commit is contained in:
Xidorn Quan 2015-03-20 22:24:01 +11:00
parent fdb3d0ade4
commit 9e05fc378e

View File

@ -165,7 +165,7 @@ SOURCES += [
'nsPluginFrame.cpp',
]
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True