Hello, We are calling cppcheck with -DG_DEFINE_TYPE and ignoring G_DEFINE_TYPE macros with suppressing constStatement:. Since version 2.16 we are getting syntaxError instead of constStatement for the macros. Failing case: https://github.com/rhinstaller/anaconda/actions/runs/11585493148/job/32254494102 It fails with syntaxError:../widgets/src/BaseStandalone.c:68: syntax error syntaxError:../widgets/src/BaseWindow.c:166: syntax error syntaxError:../widgets/src/DiskOverview.c:120: syntax error syntaxError:../widgets/src/HubWindow.c:96:...