|
From: Julian S. <js...@ac...> - 2008-07-06 20:27:46
|
> VG_(*printf)() and VG_(message)(). This branch was created by Dirk, > and recently I merged the trunk to the FORMATCHECK branch. Looks good to me; please merge (to trunk). Thanks to you and Dirk for the fixes. With gcc-3.0.4 and gcc-3.2.2 I get a number of warnings like this m_errormgr.c:785: warning: zero-length format string so I guess these compilers don't understand -Wno-format-zero-length, but they don't complain about it either. Doesn't matter; I assume at some point after gcc-3.2.2, gcc learnt to understand this flag. J |