Added guards on msvc pragmas

This commit is contained in:
Paolo Cignoni 2007-02-22 09:18:41 +00:00
parent 5d4900c29f
commit 5ec1f9b0d3
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.25 2006/11/28 22:35:29 cignoni
Added Consistency check in the HasVFAdj static function Added Consistency check in the HasVFAdj static function
@ -102,7 +105,7 @@ Initial commit
****************************************************************************/ ****************************************************************************/
#ifndef __GNUC #if defined(_MSC_VER)
#pragma warning( disable : 4804 ) #pragma warning( disable : 4804 )
#endif #endif
#include <assert.h> #include <assert.h>