#define PRINTF
This commit is contained in:
@@ -89,6 +89,14 @@ void SetCheckpoint( const char *file, int line, const char *message );
|
|||||||
#define NORETURN
|
#define NORETURN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Define a macro to tell the compiler that a function has printf() semantics, to
|
||||||
|
* aid warning output. */
|
||||||
|
#if defined(__GNUC__)
|
||||||
|
#define PRINTF(a,b) __attribute__((format(__printf__,a,b)))
|
||||||
|
#else
|
||||||
|
#define PRINTF(a,b)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Use CStdString: */
|
/* Use CStdString: */
|
||||||
#include "StdString.h"
|
#include "StdString.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user