From 07e38b8a6c2e5cd477a4d4cd4da34b37f3b429b3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 21 Dec 2002 21:16:13 +0000 Subject: [PATCH] disable stupid vc6 warning --- stepmania/src/StdAfx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index d565bb5fcf..8fca6d5285 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -28,6 +28,7 @@ * place, eg. with ScreenMessages. Those should be fixed, but later. XXX */ #pragma warning (disable : 4063) #pragma warning (disable : 4127) +#pragma warning (disable : 4786) /* VC6: identifier was truncated to '255' characters in the debug information */ #endif #undef min