gcc 4.3.2 has started to warn about:
authorAlan D. Brunelle <alan.brunelle@hp.com>
Wed, 12 Nov 2008 12:11:22 +0000 (07:11 -0500)
committerAlan D. Brunelle <alan.brunelle@hp.com>
Wed, 12 Nov 2008 12:11:22 +0000 (07:11 -0500)
commitef02006b0131f298595b37afb07562ee50fae5cc
tree1632bd5cfecddce950f9529e71ede448e7f1a19e
parent0f067275d74a96ca9d574e9912a60bfa81b4df97
gcc 4.3.2 has started to warn about:

gcc -Wall -W -O2 -g -I. -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -c -o output.o output.c
output.c: In function ‘output_section_hdr’:
output.c:57: warning: format not a string literal and no format
arguments
output.c: In function ‘__output_pip_avg’:
output.c:496: warning: format not a string literal and no format
arguments
output.c:496: warning: format not a string literal and no format
arguments

so this patch cleans this up.
btt/output.c