Another kind of GCC 4.3.x warning (you guys are going to give me commit rights 
rather than deal with this I'm sure ;-O )

Regression.cc: In function 'int rprintf(RegressionTest*, const char*, ...)':
Regression.cc:194: warning: format not a string literal and no format arguments

--- libinktomi++/Regression.cc  (revision 831451)
+++ libinktomi++/Regression.cc  (working copy)
@@ -190,7 +190,7 @@
   va_start(ap, format);
   l = ink_bvsprintf(buffer, format2, ap);
   va_end(ap);
-  fprintf(stderr, buffer);
+  fputs(buffer,stderr);
   return (l);
 }

--
Stephane Belmon <sbel...@websense.com>
Principal Software Engineer
Websense, inc.




 Protected by Websense Hosted Email Security -- www.websense.com 

Reply via email to