nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.02k stars 1.3k forks source link

Resolve string_copy static analysis warnings #2556

Closed thomas-bc closed 6 months ago

thomas-bc commented 6 months ago
Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

As pointed out in https://github.com/nasa/fprime/pull/2497, there was a lot of low-hanging-fuirty static analysis warnings to resolve, by casting the return value of string_copy to void when not used. Fixing that in our code base to appease static analysis