> > gdb/remote.c:2787: code: sprintf: Do not use sprintf, instead use xstrprintf > gdb/remote.c:2787: sprintf (p, '); > 1161a1163 > > gdb/remote.c:9747: gettext: _ markup: All messages should be marked up with _. > gdb/remote.c:9747: error ("Static tracepoint not valid during download"); > 1450,1451d1451 > > gdb/tracepoint.c:4133: gettext: _ markup: All messages should be marked up with _. > gdb/tracepoint.c:4133: error ("bad marker definition: %s", line); I fixed those thusly. I don't know how to say this without sounding like I am complaining, but I had hoped that we would all look at those reports and that whoever caused the new warnings would act to fix them. -- Joel