Skip to content

SystematicsHandles: Fix cppcheck warning.

~SysFilterReporter is declared noexcept, but it calls SysWriteDecorHandle::getData (via set), which can raise an exception. Remove the noexcept.

(It may actually be impossible for getData to raise an exception, but it's not obvious. If that's so, that should be explained.)

Merge request reports