src/hg/hgTracks/config.c 1.84
1.84 2009/09/23 18:42:17 angie
Fixed compiler warnings from gcc 4.3.3, mostly about system calls whose return values weren't checked and non-literal format strings with no args.
Index: src/hg/hgTracks/config.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/config.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -b -B -U 4 -r1.83 -r1.84
--- src/hg/hgTracks/config.c 16 Jul 2009 06:32:20 -0000 1.83
+++ src/hg/hgTracks/config.c 23 Sep 2009 18:42:17 -0000 1.84
@@ -129,9 +129,9 @@
{
hPrintf(" ");
hPrintf(" ");
hPrintf(" ");
- hPrintf(wrapWhiteFont("Group Order: "));
+ hPrintf("%s", wrapWhiteFont("Group Order: "));
}
hPrintf("</TH>\n");
if (withPriorityOverride)
{