Conversation
|
@bocchino @thomas-bc Following up on the tagup discussion relating to this PR: I tried to change the autocoder to do So I think we have a couple options to keep the static analyzer happy:
Preferences? |
bocchino
left a comment
There was a problem hiding this comment.
Looks good, but could we still initialize the severityString variable while avoiding the compiler warning? What happens if we initialize the variable to ""? Does the compiler still warn?
|
That will give the same error. |
|
So to initialize it without warning I think we'd need to use the //NOLINT (and might as well keep the UNKNOWN in that case, I think) |
Associated with nasa/fprime#3360