You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moreover, I opened the issue here once it's a valid example, but I have seen this among many apps from cfs bundle.
Another example: TO_lab_app, that uses just a generic (void *) casting: status = CFE_TBL_GetAddress((void *)&TO_LAB_Subs, TO_SubTblHandle); .
DS_App also does that (void *) casting.
sch_lab/fsw/src/sch_lab_app.c
Line 179 in 4a1b72e
According to this reference, we should use the CFE_TBL_GetAddress like:
The C reference recommends this instead of (void **) casting.
The text was updated successfully, but these errors were encountered: