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

Suppress cppcheck unknownMacro #237

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Suppress cppcheck unknownMacro #237

merged 1 commit into from
Sep 8, 2020

Commits on Sep 8, 2020

  1. Suppress cppcheck unknownMacro

    Fast forward to ament/ament_lint#268
    
    This suppresses a defect in `ament_cppcheck` - namely that if a macro is missing, it fails loudly. This is compounded by fact that `ament_cppcheck` does not include all dependent headers, so macros are likely to be missing in the first place.
    
    Signed-off-by: Dan Rose <dan@digilabs.io>
    rotu committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    095cddb View commit details
    Browse the repository at this point in the history