From f7e2f7d539918bb0005a9ccf27c54e832d787fb3 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 7 Sep 2010 10:31:04 +0000 Subject: [PATCH] removed harmless warning --- vcg/complex/edgemesh/base.h | 30 ------------------------------ vcg/complex/trimesh/append.h | 2 +- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/vcg/complex/edgemesh/base.h b/vcg/complex/edgemesh/base.h index 0461fb3a..3b903de8 100644 --- a/vcg/complex/edgemesh/base.h +++ b/vcg/complex/edgemesh/base.h @@ -20,36 +20,6 @@ * for more details. * * * ****************************************************************************/ -/**************************************************************************** - History - -$Log: not supported by cvs2svn $ -Revision 1.7 2007/03/12 15:38:02 tarini -Texture coord name change! "TCoord" and "Texture" are BAD. "TexCoord" is GOOD. - -Revision 1.6 2005/09/14 14:09:16 spinelli -ConstVertexPointer --> VertexPointer -ConstEdgePointer --> EdgePointer - -Revision 1.5 2005/05/17 21:19:37 ganovelli -some std::and typename missing (CRS4) - -Revision 1.4 2004/10/28 00:47:42 cignoni -Better Doxygen documentation - -Revision 1.3 2004/09/20 09:30:03 cignoni -Better Doxygen docs - -Revision 1.2 2004/05/10 14:41:45 ganovelli -name of adhacency function updated - -Revision 1.1 2004/04/26 19:10:04 ganovelli -created - - -****************************************************************************/ - -#pragma warning( disable : 4804 ) /* People should subclass his vertex class from these one... diff --git a/vcg/complex/trimesh/append.h b/vcg/complex/trimesh/append.h index afc93b8a..702251ee 100644 --- a/vcg/complex/trimesh/append.h +++ b/vcg/complex/trimesh/append.h @@ -156,7 +156,7 @@ public: } } - static void ImportHEdgeAdj(MeshLeft &ml, MeshRight &mr, HEdgeLeft &hl, const HEdgeRight &hr, Remap &remap, bool sel ){ + static void ImportHEdgeAdj(MeshLeft &ml, MeshRight &mr, HEdgeLeft &hl, const HEdgeRight &hr, Remap &remap, bool /*sel*/ ){ // HEdge to Vertex Adj if(vcg::tri::HasHVAdjacency(ml) && vcg::tri::HasHVAdjacency(mr)) hl.HVp() = &ml.vert[remap.vert[Index(mr,hr.cHVp())]];