I was looking for an option to warn of C-style casts in C++ code. The option is -Wold-style-cast. But when I searched the "Options to Request or Suppress Warnings" page, it was not mentioned at all: gcc.gnu.org/onlinedocs/gcc/Warning-Options.html. It would be nice if all warning options were on this page.