> compiling gdb I get this warning: > /cvs/src-gdb/src/gdb/remote.c:3290: warning: too many arguments for format > > What is supposed to happen here? The line is: > error ("Remote register badly formatted: %s\nhere:", buf, p); gcc -Werror -Wformat is ment to not build (but the gcc I used did ... :-?). > Should a %s added for p at the end - or should p get removed? It should print `p'. I checked in the attached. thanks! Andrew