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

--HG--
extra : source : dafc547721095aaa82a8f600396573ec34ffc581
This commit is contained in:
Xidorn Quan 2015-03-20 22:24:01 +11:00
parent 7989a0b7bf
commit d3f55815a8

View File

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