зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c999b36f90
Коммит
28ed02ca28
|
@ -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']
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче