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
Родитель 13a7a116a7
Коммит 988da5b46e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 += [