Skip to content

DerivationFramework cppcheck related fixes

cppcheck warnings of the form

Either the condition 'x==nullptr' is redundant or there is possible null pointer dereference: x.
Prefer prefix ++/-- operators for non-primitive types.

Merge request reports