# HG changeset patch # User Benjamin Golinvaux # Date 1568018487 -7200 # Node ID 4e2de6b8a70b47c2624d7e5f0e3e5bac8cddd3cd # Parent bb13876e529a818cc58d56d10c8da4a92d53758b Uninit. var. diff -r bb13876e529a -r 4e2de6b8a70b Framework/Toolbox/CoordinateSystem3D.cpp --- a/Framework/Toolbox/CoordinateSystem3D.cpp Fri Sep 06 11:47:21 2019 +0200 +++ b/Framework/Toolbox/CoordinateSystem3D.cpp Mon Sep 09 10:41:27 2019 +0200 @@ -206,7 +206,7 @@ const CoordinateSystem3D& a, const CoordinateSystem3D& b) { - bool opposite; // Ignored + bool opposite = false; // Ignored if (OrthancStone::GeometryToolbox::IsParallelOrOpposite( opposite, a.GetNormal(), b.GetNormal()))