|
From: <sv...@va...> - 2009-08-23 11:14:26
|
Author: bart
Date: 2009-08-23 12:14:12 +0100 (Sun, 23 Aug 2009)
New Revision: 10862
Log:
The format attribute may be repeated in the function definition but does not have to.
Modified:
trunk/coregrind/m_debuglog.c
Modified: trunk/coregrind/m_debuglog.c
===================================================================
--- trunk/coregrind/m_debuglog.c 2009-08-23 11:11:36 UTC (rev 10861)
+++ trunk/coregrind/m_debuglog.c 2009-08-23 11:14:12 UTC (rev 10862)
@@ -932,7 +932,6 @@
/* Send a logging message. Nothing is output unless 'level'
is <= the current loglevel. */
/* EXPORTED */
-__attribute__((format(__printf__, 3, 4)))
void VG_(debugLog) ( Int level, const HChar* modulename,
const HChar* format, ... )
{
|