Skip to content

AGDDControl, AGDDHandlers: Fix cppcheck 2.6 warnings.

A bare throw will just call terminate(). Change them to abort();

Merge request reports