C Force stop on warnings
Mon. July 5, 2010Categories: Programming, Random intrests
Tags: c, Programming, warning message
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