-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Milestone
Description
Is your feature request related to a problem? Please describe.
Running -
cppcheck --force --inline-suppr --std=c99 --language=c --error-exitcode=1 --enable=warning,performance,portability,style --suppress=variableScope --inconclusive --quiet src/bsp src/os 2>cppcheck_flight_osal.txt
Results in -
[src/os/shared/src/osapi-idmap.c:753] -> [src/os/shared/src/osapi-idmap.c:765]: (style) Variable 'objtype->table_owner' is reassigned a value before the old one has been used.
Describe the solution you'd like
Resolve
Describe alternatives you've considered
None
Additional context
travis CI no longer running on main repo
Requester Info
Jacob Hageman - NASA/GSFC
Reactions are currently unavailable