how do i make it where warnings are not treated like errors
because i am trying to compile but get this
Compiling o/mccp.o....
cc1: warnings being treated as errors
mccp.c: In function `process_compressed':
mccp.c:65: warning: implicit declaration of function `write'
make[1]: *** [o/mccp.o] Error 1
make: *** [all] Error 2
can i toggle that or anything
because i am trying to compile but get this
Compiling o/mccp.o....
cc1: warnings being treated as errors
mccp.c: In function `process_compressed':
mccp.c:65: warning: implicit declaration of function `write'
make[1]: *** [o/mccp.o] Error 1
make: *** [all] Error 2
can i toggle that or anything