Hacker News new | ask | show | jobs
by ChrisMarshallNY 733 days ago
It's a C/C++ compiler flag, saying all warnings on.

Since I do Swift, these days, in Xcode, I use project settings, instead.

I also like to treat warnings as errors.

Forces me to be circumspect.