Back out changeset eea9adc2d1a5 (bug 1204134) for surprises warnings-as-errors in SM builds

This commit is contained in:
Phil Ringnalda 2015-09-14 22:04:19 -07:00
parent 571344782d
commit 488c8c3d03

View File

@ -43,6 +43,9 @@ 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,