What I read from gcc manual http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Output-and-Error-Message-Control.html here is that the command line swich is -gnatv.
But using this switch in MinGW gives: cc1plus.exe: error: unrecognised debug output level "natv"
You can use …
-Wall: all the warnings about constructions that some users consider questionable, and that are easy to avoid)Activated Warnings:
-Wextra: This enables some extra warning flags that are not enabled by-WallSee GCC Warning Options for more informations.