From 9f90db730d4030c23c7cffb340d801f6a189f894 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 19 Sep 2003 01:46:54 +0000 Subject: [PATCH] fix warning --- stepmania/src/pcre/internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/pcre/internal.h b/stepmania/src/pcre/internal.h index 15e1537293..e1f910f6ea 100644 --- a/stepmania/src/pcre/internal.h +++ b/stepmania/src/pcre/internal.h @@ -41,7 +41,9 @@ modules, but which are not relevant to the outside. */ //#include "config.h" #define HAVE_MEMMOVE 1 #define NEWLINE '\n' +#if defined(_WINDOWS) #pragma warning( disable : 4244 ) +#endif /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(), define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY