nasa / bp

The Bundle Protocol Core Flight System Application (BP) License: Apache-2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Build Error

glan6388 opened this issue · comments

Describe the bug
There is an error in release build.

To Reproduce
make BUILDTYPE=release OMIT_DEPRECATED=true prep
make

Code Snips
/cFS/apps/bp/fsw/src/bp_cla_bundle_io.c:360:34: error: ‘Status’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
CFE_EVS_SendEvent(BP_LIB_PROC_ERR_EID, CFE_EVS_EventType_ERROR,

System observed on:
CentOS 7

Reporter Info
George Lan
MCSG Technologies

Tested again and didn't see the issue. Close it.