mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Global: Avoid floating-point equality checks where possible
This commit is contained in:
parent
081b1ff216
commit
28414a6af8
150 changed files with 762 additions and 672 deletions
|
|
@ -56,11 +56,12 @@
|
|||
#include <juce_graphics/juce_graphics.h>
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
||||
"-Wshadow-field",
|
||||
"-Wzero-as-null-pointer-constant",
|
||||
"-Wsign-conversion",
|
||||
"-Wdeprecated",
|
||||
"-Wmaybe-uninitialized")
|
||||
"-Wfloat-equal",
|
||||
"-Wmaybe-uninitialized",
|
||||
"-Wshadow-field",
|
||||
"-Wsign-conversion",
|
||||
"-Wzero-as-null-pointer-constant")
|
||||
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue