mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
JPEG: Sort list of warnings
This commit is contained in:
parent
8a9713cfbf
commit
a2a9c54e31
1 changed files with 11 additions and 11 deletions
|
|
@ -41,20 +41,20 @@ namespace jpeglibNamespace
|
|||
{
|
||||
#if JUCE_INCLUDE_JPEGLIB_CODE || ! defined (JUCE_INCLUDE_JPEGLIB_CODE)
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
||||
"-Wdeprecated-register",
|
||||
"-Wdeprecated-declarations",
|
||||
"-Wsign-conversion",
|
||||
"-Wcast-align",
|
||||
"-Wswitch-enum",
|
||||
"-Wswitch-default",
|
||||
"-Wimplicit-fallthrough",
|
||||
"-Wzero-as-null-pointer-constant",
|
||||
"-Wshift-negative-value",
|
||||
"-Wcomma",
|
||||
"-Wunused-parameter",
|
||||
"-Wregister",
|
||||
"-Wdeprecated-declarations",
|
||||
"-Wdeprecated-register",
|
||||
"-Wformat-nonliteral",
|
||||
"-Wimplicit-fallthrough",
|
||||
"-Wredundant-decls",
|
||||
"-Wformat-nonliteral")
|
||||
"-Wregister",
|
||||
"-Wshift-negative-value",
|
||||
"-Wsign-conversion",
|
||||
"-Wswitch-default",
|
||||
"-Wswitch-enum",
|
||||
"-Wunused-parameter",
|
||||
"-Wzero-as-null-pointer-constant")
|
||||
|
||||
#define DONT_USE_EXTERN_C
|
||||
#include "jpglib/jaricom.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue