-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters