The importance of enabling compiler warnings in C and C++ programming

from blog Kevin Boone's website, | ↗ original
I see too many C (and C++) programs misbehave at runtime, for reasons that could easily have been detected using checks built into all modern compilers. This article describes some common C programming errors, and shows how they would have been spotted easily if the compiler were configured correctly.