Bug 1198334 (follow-up) - Fix SM(e) bustage (which doesn't show up on try pushes, grr). r=bustage.

This commit is contained in:
Nicholas Nethercote 2015-08-30 17:05:38 -07:00
Родитель f44287005f
Коммит 3b6bddddf5
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -42,3 +42,6 @@ PYTHON_UNIT_TESTS += [
if CONFIG['GNU_CC'] and CONFIG['MOZ_OPTIMIZE']:
CFLAGS += ['-O3']
# XXX: We should fix these warnings.
ALLOW_COMPILER_WARNINGS = True