Skip to content
Snippets Groups Projects
Commit 479e4d17 authored by Petr Sumbera's avatar Petr Sumbera
Browse files

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

parent f6aaa2ec
No related branches found
No related tags found
No related merge requests found
......@@ -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
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment