Resolve #940 "Release build failing when treating warnings as errors"
- Related issues: 940
- Requested reviewers: @vasilache
Reason why this change is needed
After !1249 (merged) build warnings are treated as errors.
Building the code using CMake in Release mode fails because of warnings.
Description of the change
Remove the unused debugging variable that is producing the build warnings. Similar to !1268 (merged).
Affected operating points
Everything remains BE.