cppcheck warnings
A cross platform NINJAM client with linear chain-streaming mode
Status: Beta
Brought to you by:
bill-auger
Originally created by: bill-auger
Anonymous
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: bill-auger
this is referring to the if switch like:
this switch is comprehensive as LinJamConfig::ParseStereoStatus() must return one of these three constants
to remove the warning:
* pre-initialize the data (which would result btw in another cppcheck 'efficiency' warning)
* initialize then in a default else block that will never actually execute
* per var nested ternaries would probably shut it up