From c11a6f101386405ee9ad5688ac171baada78e5d6 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 2 Sep 2024 22:57:46 +0200 Subject: [PATCH] Assembly: Fix compiler warning --- src/Mod/Assembly/App/AssemblyObject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Assembly/App/AssemblyObject.cpp b/src/Mod/Assembly/App/AssemblyObject.cpp index 139af0821d..70c1c3c136 100644 --- a/src/Mod/Assembly/App/AssemblyObject.cpp +++ b/src/Mod/Assembly/App/AssemblyObject.cpp @@ -91,7 +91,7 @@ namespace PartApp = Part; using namespace Assembly; using namespace MbD; - +/* static void printPlacement(Base::Placement plc, const char* name) { Base::Vector3d pos = plc.getPosition(); @@ -109,7 +109,7 @@ static void printPlacement(Base::Placement plc, const char* name) axis.y, axis.z, angle); -} +}*/ static bool isLink(App::DocumentObject* obj) {