News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

to generate warnings

Started by Sonam Agarwal, January 22, 2014, 06:05:39 PM

Previous topic - Next topic

Sonam Agarwal

For gcc how to use -Wall -Wextra -Werror and fix all the problems .

MortenMacFly

Quote from: Sonam Agarwal on January 22, 2014, 06:05:39 PM
For gcc how to use -Wall -Wextra -Werror and fix all the problems .
Enable them in your project settings on the compiler part.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]