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

updated Cppcheck to 2.12.1 / provide more includes to Cppcheck #2785

Merged
merged 2 commits into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. provide more includes to Cppcheck

    - added (temporary) suppression of Cppcheck `shiftTooManyBits` false positives in `libxrdp/xrdp_mppc_enc.c`
    - added (temporary) suppression of Cppcheck `uninitMemberVar` true positives in `ulalaca/ulalaca.cpp` until fixes land downstream
    - fix Cppcheck `nullPointerRedundantCheck` in `sesman/chansrv/clipboard.c`
    - fix Cppcheck `syntaxError` in `fontutils/mkfv1.c` because it doesn't see the `freetype/fterrors.h` header / removed astyle workaround
    firewave committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f687174 View commit details
    Browse the repository at this point in the history
  2. bumped Cppcheck to 2.12.1

    - build Cppcheck with matchcompiler for improved performance
    - build Cppcheck with Boost for improved ValueFlow performance
    firewave committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8c21428 View commit details
    Browse the repository at this point in the history