Rainer Gerhards wrote: > I wonder if there is any way to disable a warning for the next line. I > have seen that some compilers do this via a #pragma, but I have not > found any such pragma in GCC. gcc has supported this from 4.2 on: <http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html> Brian