Added guards on msvc pragmas
This commit is contained in:
parent
5d4900c29f
commit
5ec1f9b0d3
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue