From 5ec1f9b0d31df4dff88adcf71157c3f32f2d50f6 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 22 Feb 2007 09:18:41 +0000 Subject: [PATCH] Added guards on msvc pragmas --- vcg/complex/trimesh/base.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/base.h b/vcg/complex/trimesh/base.h index 0e653027..852cb56c 100644 --- a/vcg/complex/trimesh/base.h +++ b/vcg/complex/trimesh/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.26 2007/02/14 15:31:41 ganovelli +Added HasPerVertexFlag + Revision 1.25 2006/11/28 22:35:29 cignoni Added Consistency check in the HasVFAdj static function @@ -102,7 +105,7 @@ Initial commit ****************************************************************************/ -#ifndef __GNUC +#if defined(_MSC_VER) #pragma warning( disable : 4804 ) #endif #include