mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
GCC: Fix some compiler warnings in GCC 11
This commit is contained in:
parent
f69fe7be0f
commit
e984395b1d
9 changed files with 13 additions and 15 deletions
|
|
@ -35,7 +35,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
|||
"-Wswitch-enum",
|
||||
"-Wswitch-default",
|
||||
"-Wunused-but-set-variable",
|
||||
"-Wzero-as-null-pointer-constant")
|
||||
"-Wzero-as-null-pointer-constant",
|
||||
"-Wmaybe-uninitialized")
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
|||
"-Wshadow-field",
|
||||
"-Wzero-as-null-pointer-constant",
|
||||
"-Wsign-conversion",
|
||||
"-Wdeprecated")
|
||||
"-Wdeprecated",
|
||||
"-Wmaybe-uninitialized")
|
||||
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue