You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please review the indentation of this break keyword, as it makes the containing for() loop redundant and reduces it to an if(TT_TECHDEPBASE < DBNumUserLayers) statement.
Maybe a comment left in the area to say this is ok/intentional with some insight might help the next reader.
https://github.com/RTimothyEdwards/magic/blob/master/database/DBtpaint2.c#L529
Please review the indentation of this
break
keyword, as it makes the containingfor()
loop redundant and reduces it to anif(TT_TECHDEPBASE < DBNumUserLayers)
statement.Maybe a comment left in the area to say this is ok/intentional with some insight might help the next reader.
SonarCloud
Change this loop body so that it can be executed more than once.
https://sonarcloud.io/project/issues?open=AZJB16rNNGfDNup0RiZp&id=dlmiles_magic
The text was updated successfully, but these errors were encountered: