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

Update cppcheck #5108

Merged
merged 1 commit into from Nov 22, 2023
Merged

Commits on Nov 21, 2023

  1. Update cppcheck

    Re-enable cppcheck CI job
    
    Update cppcheck suppression list:
        The new version of cppcheck raises warnings for many potential
        issues that are guarded against, so those warnings have been
        supressed.
    
    Handle realloc failures:
        - jerry-ext/util/sources.c
        - jerry-port/common/jerry-port-io.c
    
    Refactor test-snapshot: move each test to separate functions like some
    others already were.
    
    Rename `handler` variables inside `main` of `test-api.c` as they
    shadowed the `handler` function in the same file.
    
    JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
    matetokodi committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fbaa908 View commit details
    Browse the repository at this point in the history