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:
parent
af6b81fbc5
commit
c8d3fcecd9
2 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue