From c918ff89e8849c3c8ed5d0857ed1ccc3505d9e27 Mon Sep 17 00:00:00 2001 From: llsth Date: Tue, 7 Apr 2015 21:50:52 +0200 Subject: [PATCH] Fixed GCC define --- lib/real/cosh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/real/cosh.c b/lib/real/cosh.c index 162f09fb..69e5e013 100644 --- a/lib/real/cosh.c +++ b/lib/real/cosh.c @@ -44,7 +44,7 @@ #include "prim.h" #include "math.h" -#ifndef AMIGA +#if __GNUC__ > 2 #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif