Hacker News new | ask | show | jobs
by zokier 5460 days ago
-Wall includes -Wsign-compare
1 comments

You must be a C++ user -- I (a C guy) immediately thought "what? No, that's in -Wextra, not -Wall", checked the man page to confirm, and sure enough, it differs (-Wall includes sign-compare when compiling C++, but not C).