Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 393
    • Issues 393
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !386

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Quinten Cabo requested to merge hotfix-missing-DBUG-return-in-readSourceCode into develop Apr 30, 2025
  • Overview 1
  • Commits 1
  • Changes 1

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.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hotfix-missing-DBUG-return-in-readSourceCode