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

dist/tools/cppcheck: fix all Cppcheck 1.82 errors #12764

Merged
merged 12 commits into from
Nov 21, 2019

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    97dda76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c9abf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3c722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab16222 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    254b548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    061b494 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf3d584 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc2c3a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c0dd49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e2fd21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d2e90b2 View commit details
    Browse the repository at this point in the history
  12. sys/include/net/gnrc/gomach.h: fix cpp preprocessorErrorDirective

    Preprocesor fails to evaluate the if condicion on L91-92 because
    RTT_FREQUENCY is not defined, and therefore a division by 0 occurs.
    TO avoid this replicate the RTT_FREQUENCY undefined warning.
    fjmolinas committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    fe180da View commit details
    Browse the repository at this point in the history