Visual Studio is throwing out a lot of C26495 warnings at the moment.
These are super easy to fix just by adding {} after the variable names, but if care is taken then initializers and other code can be simplified during this time depending on how the variables are actually set.
I might decide to focus on this just so that I can see the remaining warnings better.
Visual Studio is throwing out a lot of C26495 warnings at the moment.
These are super easy to fix just by adding
{}after the variable names, but if care is taken then initializers and other code can be simplified during this time depending on how the variables are actually set.I might decide to focus on this just so that I can see the remaining warnings better.