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

Fix missing assert conversion #400

Closed JohanBertrand closed 4 months ago

JohanBertrand commented 5 months ago

This is rising an error when compiling with -wConversion (conversion from unsigned int to int)

LeStarch commented 4 months ago

@bocchino would you review this? It is short, and looks reasonable to me.

LeStarch commented 4 months ago

@JohanBertrand we may need to update the UT reference files too. @bocchino is that process written somewhere we can link to?

JohanBertrand commented 4 months ago

I updated the UT; it's now ready for review