Bug 1204134 - Disallow warnings in config/moz.build. r=glandium.

It was necessary to allow warnings here I introduced ALLOW_COMPILER_WARNINGS in
bug 1198334, but something must have changed subsequently because it no longer
is necessary.

--HG--
extra : rebase_source : 292bd070928b2a0f8f943b8f5dabf31db30244b4
This commit is contained in:
Nicholas Nethercote 2015-09-14 21:16:33 -07:00
Родитель 016218727f
Коммит f91cf233ba
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -43,9 +43,6 @@ PYTHON_UNIT_TESTS += [
if CONFIG['GNU_CC'] and CONFIG['MOZ_OPTIMIZE']:
CFLAGS += ['-O3']
# XXX: We should fix these warnings.
ALLOW_COMPILER_WARNINGS = True
HOST_DEFINES = {
'UNICODE': True,
'_UNICODE': True,