Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Sonam Agarwal on January 22, 2014, 06:05:39 pm

Title: to generate warnings
Post by: Sonam Agarwal on January 22, 2014, 06:05:39 pm
For gcc how to use -Wall -Wextra -Werror and fix all the problems .
Title: Re: to generate warnings
Post by: MortenMacFly on January 22, 2014, 06:22:51 pm
For gcc how to use -Wall -Wextra -Werror and fix all the problems .
Enable them in your project settings on the compiler part.