From bfac77736efe3b1a00d4b2ec2d2bfdfffae22265 Mon Sep 17 00:00:00 2001 From: jez <> Date: Fri, 31 Aug 2007 10:59:50 +0000 Subject: [PATCH] corrected VS warnings --- examples/Utils/transcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Utils/transcode.cpp b/examples/Utils/transcode.cpp index 5993635e..5b6af234 100644 --- a/examples/Utils/transcode.cpp +++ b/examples/Utils/transcode.cpp @@ -5,7 +5,7 @@ /////////////////////////////////// #ifdef _MSC_VER -#pragma warning(disable: 4244) +#pragma warning(disable: 4244 4996) #endif #include