Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 2.28 : Remove -wDocumentation from Clang builds #7092

Commits on Feb 13, 2023

  1. Remove -wDocumentation from Clang builds

    Clang 15/16 seems to have introduced new rules for -wDocumentation with respect
    to /return and /retval, which contradicts the rules we are using with Doxygen.
    I am therefore removing this warning as otherwise it will break builds for
    those using Clang 15/16, as the only other option is undertaking a mass
    re-write of our documentation.
    
    Signed-off-by: Paul Elliott <paul.elliott@arm.com>
    paul-elliott-arm committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c5d22d7 View commit details
    Browse the repository at this point in the history