Joezac Zachariah wrote:
I am compiling a C code with -Wall -Werror options. In my File I am including another C file which has many Wall errors, which I don't want to check for. Is there a way I can exclude some portion of code from a given file
The usual way is to use make http://www.gnu.org/software/make/manual/make.html