force strict ISO C++ (-Wpedantic)

for Fem, Import, PartDesign, Robot, Sketcher, TechDraw
This commit is contained in:
wmayer
2019-09-18 14:18:07 +02:00
parent e48c52c480
commit b1dd1e61a7
64 changed files with 268 additions and 257 deletions

View File

@@ -40,7 +40,7 @@
using namespace Fem;
TYPESYSTEM_SOURCE(Fem::PropertyFemMesh , App::PropertyComplexGeoData);
TYPESYSTEM_SOURCE(Fem::PropertyFemMesh , App::PropertyComplexGeoData)
PropertyFemMesh::PropertyFemMesh() : _FemMesh(new FemMesh)
{