On Fri, Jan 30, 2009 at 08:44:07AM +0100, Manuel Lauss wrote: > Can't build kernel because gcc-4.3.3 comes up with this gem: > > CC arch/mips/kernel/traps.o > cc1: warnings being treated as errors > /linux-2.6.git/arch/mips/kernel/traps.c: In function 'set_uncached_handler': > /linux-2.6.git/arch/mips/kernel/traps.c:1599: error: format not a string literal and no format arguments > > The fastest fix is the patch below, but I don't know whether it is > the right thing to do. Is this new with 4.3.3? I've not ran into this problem with 4.3.2 so far. Or it could be configuration dependent ... This seems a gcc bug so could you extract a test case and file a gcc bug report? Ralf