Bug 992503 - Remove the MSVC exemption for FAIL_ON_WARNINGS in tools/profiler. r=BenWa

This commit is contained in:
Masatoshi Kimura 2014-04-08 21:22:14 +09:00
parent 13a7a116a7
commit 988da5b46e

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if CONFIG['MOZ_ENABLE_PROFILER_SPS']:
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
FAIL_ON_WARNINGS = True
XPIDL_MODULE = 'profiler'
XPIDL_SOURCES += [