Bug 1204184 - Disallow compiler warnings in dom/filesystem/. r=baku.

The ALLOW_COMPILER_WARNINGS=True is no longer needed.

--HG--
extra : rebase_source : fc42114fa4d2c6a92b4a26b8c9205ef97d1eaa36
This commit is contained in:
Nicholas Nethercote 2015-09-13 15:55:30 -07:00
Родитель 1833de80c4
Коммит c2152e0df0
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -41,6 +41,3 @@ include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/dom/base', '/dom/base',
] ]
if CONFIG['CLANG_CXX']:
ALLOW_COMPILER_WARNINGS = True