How to disable warnings when compiling C code?
Every body tells use -Wall
switch with gcc, but you want to disable it. It is not advised, Use debugger to find it.
Linus Torvalds:
"But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"
try to add -w option when compiling
http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html