|
|
|
|
|
by sqeaky
3493 days ago
|
|
In projects with centralized build scripts, like most projects, hopefully they have -Werror or its equivalent on by default. I was speaking about the case were a group has systematically ignored warnings and they are already beyond fixing. This is a depressingly common state for many shops. The best fix I have seen to enable as many warnings as possible and treat them as errors as early in the project lifecycle as possible. For whatever reason C++ shops are much more likely to do this than C shops in my experience. If the compiler isn't the "language" enough for you, then please explain how to write a buffer overflow in Javascript? |
|