mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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)
|
#if JUCE_INCLUDE_JPEGLIB_CODE || ! defined (JUCE_INCLUDE_JPEGLIB_CODE)
|
||||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
||||||
"-Wdeprecated-register",
|
|
||||||
"-Wdeprecated-declarations",
|
|
||||||
"-Wsign-conversion",
|
|
||||||
"-Wcast-align",
|
"-Wcast-align",
|
||||||
"-Wswitch-enum",
|
|
||||||
"-Wswitch-default",
|
|
||||||
"-Wimplicit-fallthrough",
|
|
||||||
"-Wzero-as-null-pointer-constant",
|
|
||||||
"-Wshift-negative-value",
|
|
||||||
"-Wcomma",
|
"-Wcomma",
|
||||||
"-Wunused-parameter",
|
"-Wdeprecated-declarations",
|
||||||
"-Wregister",
|
"-Wdeprecated-register",
|
||||||
|
"-Wformat-nonliteral",
|
||||||
|
"-Wimplicit-fallthrough",
|
||||||
"-Wredundant-decls",
|
"-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
|
#define DONT_USE_EXTERN_C
|
||||||
#include "jpglib/jaricom.c"
|
#include "jpglib/jaricom.c"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue