Open cschol opened 1 year ago
Thanks. Will fix in next push.
These are still present:
Running cppcheck analysis...
src/TSOSCSequencerListener.cpp:20:9: error: Uninitialized variables: msg.pattern, msg.channel, msg.step, msg.mode, msg.val [uninitvar]
return msg;
^
src/TSOSCSequencerListener.cpp:28:9: error: Uninitialized variables: msg.pattern, msg.channel, msg.step, msg.val [uninitvar]
return msg;
^
src/TSOSCSequencerListener.cpp:39:9: error: Uninitialized variable: msg.mode [uninitvar]
return msg;
^
Everything else shows fixed. No rush on these. Thank you for fixing the other ones.
Thanks. My quick fix didn't work then. Will look at it again later.
We are running static analysis with CodeQL and cppcheck as part of the integration process and the following issues were found:
Please take a look and see if any need to be addressed.
Note, that I will not hold the integration for the current version. These issues can be fixed for the next version. Thank you!