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:
@@ -205,7 +205,7 @@
|
||||
#include "FaceMakerBullseye.h"
|
||||
#include "BRepOffsetAPI_MakeOffsetFix.h"
|
||||
|
||||
FC_LOG_LEVEL_INIT("TopoShape",true,true);
|
||||
FC_LOG_LEVEL_INIT("TopoShape",true,true)
|
||||
|
||||
using namespace Part;
|
||||
|
||||
@@ -278,7 +278,7 @@ BooleanException::BooleanException(const BooleanException &inst)
|
||||
|
||||
// ------------------------------------------------
|
||||
|
||||
TYPESYSTEM_SOURCE(Part::ShapeSegment , Data::Segment);
|
||||
TYPESYSTEM_SOURCE(Part::ShapeSegment , Data::Segment)
|
||||
|
||||
std::string ShapeSegment::getName() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user