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 a247b7e6a5
commit d0d92b0801
64 changed files with 268 additions and 257 deletions

View File

@@ -72,7 +72,7 @@ double round(double r) {
}
#endif
PROPERTY_SOURCE(Fem::Constraint, App::DocumentObject);
PROPERTY_SOURCE(Fem::Constraint, App::DocumentObject)
Constraint::Constraint()
{