Mad River, I clear out the warnings & errors on the problems tab after I have done a build. Then I rebuild just my files to see any warnings in them. You can also see warnings in you code by opening the files in the editor and then you can see the yellow boxes on the right hand side of the window. When you click on the box, that section of code will be centered in the window and the yellow caution sign on the left hand side will show you the line of code. If you hover the mouse over it, the warning will pop up for that instance. As a practice, I always resolve these warnings as they occur when I am writing code. -Gary
↧