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:
@@ -493,7 +493,7 @@ float InspectNominalShape::getDistance(const Base::Vector3f& point)
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
TYPESYSTEM_SOURCE(Inspection::PropertyDistanceList, App::PropertyLists);
|
||||
TYPESYSTEM_SOURCE(Inspection::PropertyDistanceList, App::PropertyLists)
|
||||
|
||||
PropertyDistanceList::PropertyDistanceList()
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "ViewProviderInspection.h"
|
||||
|
||||
|
||||
DEF_STD_CMD_A(CmdVisualInspection);
|
||||
DEF_STD_CMD_A(CmdVisualInspection)
|
||||
|
||||
CmdVisualInspection::CmdVisualInspection()
|
||||
: Command("Inspection_VisualInspection")
|
||||
@@ -66,7 +66,7 @@ bool CmdVisualInspection::isActive(void)
|
||||
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
DEF_STD_CMD_A(CmdInspectElement);
|
||||
DEF_STD_CMD_A(CmdInspectElement)
|
||||
|
||||
CmdInspectElement::CmdInspectElement()
|
||||
: Command("Inspection_InspectElement")
|
||||
|
||||
Reference in New Issue
Block a user