|
|
|
|
|
by account42
1386 days ago
|
|
-Wextra is also in Clang and is definitely not everything in either compiler. -Weverything is everything but that is only really useful to discover new warning flags (in combination with lots of -Wno...) for which you are better off reading GCC/Clang's release notes and/or documentation. |
|