Skip to content

Fix warning `dbug: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "readSourceCode"`

I forgot to replace some return keywords in the readSourceCode function with the DBUG_RETURN macro and no one noticed it. This gives you dbug: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "readSourceCode" You only get this warning if you actually have a -#d flag.

Merge request reports