12

私は C を学んでおり、いくつかの例で「gcc -W を使用して警告を有効にする」ことがわかりました。

ここでドキュメントを読んでください:http://gcc.gnu.org/onlinedocs/gcc-4.6.3/gcc/Warning-Options.html

-W が何をするのかわかりません。

誰か説明できますか?

私はWについて話しているのであって、wではありません。

よろしく、

4

1 に答える 1

19

-W-Wextraは新しいgccバージョンで非推奨になりました。

gccマニュアルページから:

   -Wextra
       This enables some extra warning flags that are not enabled by -Wall.
       (This option used to be called -W.  The older name is still supported, but
       the newer name is more descriptive.)
于 2012-08-21T19:36:03.493 に答える