I was looking for a list of recommended g++ warning options for C++ and only could find this: Recommended gcc warning options for C and Useful GCC flags for C which are all quite C specific
-Wall and -Wextra enable most but not all of the warnings gcc can generate.
Which warnings that aren't enabled by those options especially when compiling C++ should be turned on as well?