Jun's Blog

Output, activities, memo and etc.

Entries from 2016-01-31 to 1 day

Better gcc argument option to output all the warnings

If you want to check all the warnings about your code on gcc, I guess we should use not "-Wall" but "-Werror".See below gcc 5.3 manual. Warning Options - Using the GNU Compiler Collection (GCC) Werror Make all warnings into errors. Wall Th…