Relative Content

Tag Archive for gcccompiler-warningsgcc-warning

gcc: -Wdeprecated option

I found out GCC supports -Wdeprecated option. It’s enabled by default and is listed by gcc -Q --help=W. However, I can’t find it in the manual or the documentation online. Is there a way to “ask” the compiler what the option means or is it documented somewhere?