|
gcc: warnings being treated as errors ,how to close it ?
when i compile xen source use "sudo make world".
it generate following error:
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -m32 -Wdeclaration-after-statement -o symbols symbols.c
cc1: warnings being treated as errors
how do i close it? let warnings not being treated as errors?
my linux dist is Ubuntu 9.04, gcc vertion is 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ,xen vertion is 3.2
Last edited by bitzsk; 05-03-2009 at 01:26 AM.
|