Suppressing particular warnings for particular lines of code

Yang Zhang yanghatespam@gmail.com
Mon Dec 1 10:11:00 GMT 2008


In Java, you can insert @SuppressWarnings(...) annotations before a line 
to tell javac to suppress certain warnings for that line.  Is there 
anything similar for gcc?
-- 
Yang Zhang
http://www.mit.edu/~y_z/



More information about the Gcc-help mailing list