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