Bug 1437877 - Updater: Disable -Wformat-truncation until the reported issues are fixed r=glandium

MozReview-Commit-ID: 92L3jTPrBcP

--HG--
extra : rebase_source : b1257fd333c18627c200bd57b8b5f2e1da416742
This commit is contained in:
Sylvestre Ledru 2018-03-10 17:06:46 +01:00
Родитель c999b36f90
Коммит 28ed02ca28
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -117,3 +117,7 @@ elif CONFIG['OS_ARCH'] == 'WINNT':
if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
CXXFLAGS += CONFIG['TK_CFLAGS']
OS_LIBS += CONFIG['TK_LIBS']
if CONFIG['CC_TYPE'] == 'gcc':
CXXFLAGS += ['-Wno-format-truncation']