mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +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",
|
||||
"-Wunused-parameter",
|
||||
"-Wregister",
|
||||
"-Wredundant-decls")
|
||||
"-Wredundant-decls",
|
||||
"-Wformat-nonliteral")
|
||||
|
||||
#define DONT_USE_EXTERN_C
|
||||
#include "jpglib/jaricom.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue