Hacker News new | ask | show | jobs
by drited 733 days ago
Could you please expand on what that is?
4 comments

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.

It’s a CLI flag to the compiler that enables all warnings.