Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QSR 2.1
-
None
Description
There are 2 warnings in qtsafelayouttool about the left operand of the subtraction operation being uninitialized or not properly defined.
"C:\Qt_FINAL_RELEASE_QSR_RC1\Src\QtSafeRenderer-2.1.0\tools\qtsafelayouttool\evaluator\anchorslayout.cpp:72:26: The left operand of '-' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]"
and 1 warning about unused QString:
"C:\Qt_FINAL_RELEASE_QSR_RC1\Src\QtSafeRenderer-2.1.0\tools\qtsafelayouttool\evaluator\item.cpp:99:17: unused QString [clazy-unused-non-trivial-variable]"