1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support

This commit is contained in:
hogliux 2018-04-16 14:36:49 +01:00
parent f1a8e8f610
commit 2f2ff9437b
17 changed files with 30 additions and 101 deletions

View file

@ -59,6 +59,9 @@
#pragma GCC diagnostic ignored "-Wconversion"
#endif
#include <climits>
#include <cfloat>
#include "box2d/Box2D.h"
#ifdef __GNUC__