I\'ve worked on many projects where I\'ve been given code by others to update. More often than not I compile it and get about 1,000+ compiler warnings. When I see compiler w
Always clean up all warnings or explicitly suppress them if needed.
The default settings for warnings should be highest possible when compiling (level 4 on VS for example).