Skip to content

cppcheck: remove syntaxError from the suppression list

Frank Winklmeier requested to merge fwinkl/athena:cppcheck_exhaustive into main

A syntax error is usually due to a missing macro definition and checking is aborted on the file. We should catch these mistakes instead of ignoring them.

Also teach cppcheck about a few missing macros.

Edited by Frank Winklmeier

Merge request reports

Loading