force strict ISO C++ (-Wpedantic)

for Drawing, Image, Inspection, Mesh, MeshPart, Part, Path, Points, Raytracing, ReverseEngineering, Spreadsheet, Start, Surface, Web

TODO: fix several -Woverflow in area
This commit is contained in:
wmayer
2019-09-18 11:32:42 +02:00
parent f29a9c0de3
commit e48c52c480
51 changed files with 216 additions and 211 deletions

View File

@@ -72,7 +72,7 @@
using namespace Part;
TYPESYSTEM_SOURCE(Part::PropertyPartShape , App::PropertyComplexGeoData);
TYPESYSTEM_SOURCE(Part::PropertyPartShape , App::PropertyComplexGeoData)
PropertyPartShape::PropertyPartShape()
{
@@ -445,7 +445,7 @@ void PropertyPartShape::RestoreDocFile(Base::Reader &reader)
// -------------------------------------------------------------------------
TYPESYSTEM_SOURCE(Part::PropertyShapeHistory , App::PropertyLists);
TYPESYSTEM_SOURCE(Part::PropertyShapeHistory , App::PropertyLists)
PropertyShapeHistory::PropertyShapeHistory()
{
@@ -511,7 +511,7 @@ void PropertyShapeHistory::Paste(const Property &from)
// -------------------------------------------------------------------------
TYPESYSTEM_SOURCE(Part::PropertyFilletEdges , App::PropertyLists);
TYPESYSTEM_SOURCE(Part::PropertyFilletEdges , App::PropertyLists)
PropertyFilletEdges::PropertyFilletEdges()
{