mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Build: Add -Wdeprecated to recommended flags and fix new warnings
This commit is contained in:
parent
fb1f94767d
commit
1d1d743b9f
23 changed files with 19 additions and 76 deletions
|
|
@ -58,7 +58,8 @@
|
|||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
||||
"-Wshadow-field",
|
||||
"-Wzero-as-null-pointer-constant",
|
||||
"-Wsign-conversion")
|
||||
"-Wsign-conversion",
|
||||
"-Wdeprecated")
|
||||
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue