File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
modules/juce_graphics/image_formats Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ namespace jpeglibNamespace
4141{
4242#if JUCE_INCLUDE_JPEGLIB_CODE || ! defined (JUCE_INCLUDE_JPEGLIB_CODE)
4343 JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE (" -Wconversion" ,
44- " -Wdeprecated-register" ,
45- " -Wdeprecated-declarations" ,
46- " -Wsign-conversion" ,
4744 " -Wcast-align" ,
48- " -Wswitch-enum" ,
49- " -Wswitch-default" ,
45+ " -Wcomma" ,
46+ " -Wdeprecated-declarations" ,
47+ " -Wdeprecated-register" ,
48+ " -Wformat-nonliteral" ,
5049 " -Wimplicit-fallthrough" ,
51- " -Wzero-as-null-pointer-constant" ,
50+ " -Wredundant-decls" ,
51+ " -Wregister" ,
5252 " -Wshift-negative-value" ,
53- " -Wcomma" ,
53+ " -Wsign-conversion" ,
54+ " -Wswitch-default" ,
55+ " -Wswitch-enum" ,
5456 " -Wunused-parameter" ,
55- " -Wregister" ,
56- " -Wredundant-decls" ,
57- " -Wformat-nonliteral" )
57+ " -Wzero-as-null-pointer-constant" )
5858
5959 #define DONT_USE_EXTERN_C
6060 #include " jpglib/jaricom.c"
You can’t perform that action at this time.
0 commit comments