nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
46 stars 31 forks source link

Added void keyword for unused variables #384

Closed SMorettini closed 7 months ago

SMorettini commented 7 months ago

In the generated methods CMD_..._preMsgHook there were two unused variables. I added (void) to remove the warning in case of using -WPedantic