From ba3e327a2f194e889b334ab7cb97ec988958daab Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 12 Oct 2011 12:52:48 +0000 Subject: [PATCH] Suppress a conversion warning --- CGALimageIO/src/CGALImageIO/analyze.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGALimageIO/src/CGALImageIO/analyze.h b/CGALimageIO/src/CGALImageIO/analyze.h index 10b336afc8d..584ed9e36ea 100644 --- a/CGALimageIO/src/CGALImageIO/analyze.h +++ b/CGALimageIO/src/CGALImageIO/analyze.h @@ -24,7 +24,7 @@ #define ANALYZE_H #ifdef _MSC_VER -#pragma warning ( disable : 4068 4786 4081 ) +#pragma warning ( disable : 4068 4786 4081 4267 ) #endif