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

Prevent cppcheck from defining CHECK_DIR #168

Closed
wants to merge 1 commit into from

Commits on Jul 26, 2023

  1. Prevent cppcheck from defining CHECK_DIR

    Recent versions of cppcheck fail with a syntax error when they check
    apps/kcapi-hasher.c with CHECK_DIR defined (probably they now define it
    to 1 instead of an empty value). To fix it, instruct cppcheck to only
    check with CHECK_DIR left undefined.
    
    Link: https://bugzilla.redhat.com/show_bug.cgi?id=2225970
    Signed-off-by: Ondrej Mosnacek <[email protected]>
    WOnder93 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0198fc0 View commit details
    Browse the repository at this point in the history