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

Fix #1189, correct compiler warnings #1197

Commits on Mar 1, 2021

  1. Fix nasa#1189, fix compiler warnings

    Corrects two false alarms about uninitialized vars and another
    cast-align warning on the raspbian toolchain (gcc 4.9.3) or
    other older versions of gcc (e.g. RHEL/CentOS 7).
    
    - Promotes the CFE_SBR_INVALID_ROUTE_ID constant from the private
      cfe_sbr_priv.h header to the public cfe_sbr.h header (where the
      type itself is defined).
    - Pre-Initialize local stack variables that store outputs from other
      functions (avoids false warning about use-before-init).
    - Corrects an alignment warning on ARM.
    jphickey committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    54adb9f View commit details
    Browse the repository at this point in the history