mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
JPEG: Suppress format-nonliteral warning in third-party code
This commit is contained in:
parent
b72343cf8c
commit
8a9713cfbf
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ namespace jpeglibNamespace
|
||||||
"-Wcomma",
|
"-Wcomma",
|
||||||
"-Wunused-parameter",
|
"-Wunused-parameter",
|
||||||
"-Wregister",
|
"-Wregister",
|
||||||
"-Wredundant-decls")
|
"-Wredundant-decls",
|
||||||
|
"-Wformat-nonliteral")
|
||||||
|
|
||||||
#define DONT_USE_EXTERN_C
|
#define DONT_USE_EXTERN_C
|
||||||
#include "jpglib/jaricom.c"
|
#include "jpglib/jaricom.c"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue