Bug 1371266 - libpng should be built with -std=c89. r=glennrp

This commit is contained in:
Petr Sumbera 2017-06-08 06:29:03 -07:00
Родитель f6aaa2ec4e
Коммит 479e4d175f
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -64,3 +64,6 @@ FINAL_LIBRARY = 'gkmedias'
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True
if CONFIG['GNU_CC']:
CFLAGS += ['-std=c89']

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

@ -13,7 +13,7 @@
#endif
#endif
// Expands to all the defines from configure.
/* Expands to all the defines from configure. */
#undef ALLDEFINES
/*