C Force stop on warnings

Mon. July 5, 2010
Categories: Programming, Random intrests
Tags: , ,

To make sure that you write good clean code, you might be wondering how to make your complier stop on warnings, well now you can with this additional command line option:

-Werror

Comments