Hacker News new | ask | show | jobs
by jordigh 3175 days ago
I'm not convinced I want Scott Meyers yelling at me with -Weverything as part of -Weffc++. I think I side with the gcc devs here on not having a flag to enable every possible warning ever.
2 comments

You can just use `-Weverything -Wno-effc++` then
Why not have the flag and not use it if you don't want it? That way other users of gcc who want that flag are not deprived of that feature.