X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_i.cxx;fp=src%2FStdMeshers_I%2FStdMeshers_i.cxx;h=f8543803dfc7cc391ec24d1b8bc20bedd5b0ae1e;hb=a9f7e28cba695e50fcae50a483ae37f32af4ce84;hp=2bd9e4eda848788b145ecae6b9a7ff2750eb6aa9;hpb=f83eeba172516e213bf925fc0457100bdb3bff54;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_i.cxx b/src/StdMeshers_I/StdMeshers_i.cxx index 2bd9e4eda..f8543803d 100644 --- a/src/StdMeshers_I/StdMeshers_i.cxx +++ b/src/StdMeshers_I/StdMeshers_i.cxx @@ -84,12 +84,12 @@ namespace SMESH { class ApplicableToAny { public: - static bool IsApplicable( const TopoDS_Shape &S, bool toCheckAll, int algoDim ) + static bool IsApplicable( const TopoDS_Shape &S, bool /*toCheckAll*/, int algoDim ) { return GenericHypothesisCreator_i::IsShapeOfDim( S, algoDim ); } }; -}; +} template class StdHypothesisCreator_i : public HypothesisCreator_i< T > @@ -253,7 +253,7 @@ STDMESHERS_I_EXPORT aCreator = new StdHypothesisCreator_i; else if (strcmp(aHypName, "PolyhedronPerSolid_3D") == 0) aCreator = new StdHypothesisCreator_i; - else ; + //else ; return aCreator; }