Fixed GCC define

This commit is contained in:
llsth 2015-04-07 21:50:52 +02:00
parent 00acfc11e7
commit c918ff89e8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include "prim.h"
#include "math.h"
#ifndef AMIGA
#if __GNUC__ > 2
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif