|
|
|
|
|
by gumby
1795 days ago
|
|
> This is GNU's idea of "all". Unfortunately, over the years people baked the semantics of -Wall into their builds so new diagnostics could not be added to that flag. And clang’s -Weverything shows how the opposite can fail as well |
|
Also there are some warnings that won't be produced if you compile without optimization, because the needed analysis isn't performed.