[ACCEPTED]-gcc -W warning flags-gcc
Accepted answer
-W
is now deprecated by -Wextra
with new gcc
versions.
From 1 gcc
man page:
-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.)
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.