Friday, April 06, 2018

Compiling with Wextra

I was reading this post:
https://news.ycombinator.com/item?id=7371806

And noticed there is a new C compiler flag `-Wextra` which just pointed out a few embarrassing bugs.
I would recommend compiling with this flag to any variant.