From 2c26de902a17373f2c0937e7d35a70f74ba7fa7c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Jun 2003 05:24:39 +0000 Subject: [PATCH] pragma warning in windows only --- stepmania/src/mathlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/mathlib.c b/stepmania/src/mathlib.c index 1ef5f17085..15e1824149 100644 --- a/stepmania/src/mathlib.c +++ b/stepmania/src/mathlib.c @@ -10,10 +10,11 @@ // mathlib.c -- math primitives +#ifdef WIN32 #pragma warning( disable : 4244 ) #pragma warning( disable : 4237 ) #pragma warning( disable : 4305 ) - +#endif /* #include "cmdlib.h" */ #ifndef true