mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
MoonchildProductions#1251 - Part 11: libpng uses C89 now to avoid buffer overflows.
https://bugzilla.mozilla.org/show_bug.cgi?id=1371266
12e63e91af
This sounds absurd, and the fact that we had to change a C++ comment to a C-style comment on account of this may seem hilarious and inconsequential, but this isapparently not a joke and leaving it as it is now may be a bad idea.
This commit is contained in:
parent
9df21e3a0e
commit
c19f252ab2
2 changed files with 4 additions and 1 deletions
|
|
@ -51,3 +51,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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue