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

Fixed some GCC compiler warnings

This commit is contained in:
tpoole 2017-10-17 21:08:59 +01:00
parent af6b81fbc5
commit c8d3fcecd9
2 changed files with 10 additions and 4 deletions

View file

@ -54,14 +54,14 @@
//==============================================================================
#include <juce_graphics/juce_graphics.h>
#if __GNUC__
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#endif
#include "box2d/Box2D.h"
#if __GNUC__
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif