News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

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]