* TODO: even Log and Warning become wrapper functions around LogV.
*/
-static INLINE void
+static INLINE void PRINTF_DECL(2, 3)
Log_Level(int level,
const char *fmt,
...)
}
-static INLINE void
+static INLINE void PRINTF_DECL(1, 2)
Log_Panic(const char *fmt,
...)
{
}
-static INLINE void
+static INLINE void PRINTF_DECL(1, 2)
Log_Error(const char *fmt,
...)
{
}
-static INLINE void
+static INLINE void PRINTF_DECL(1, 2)
Log_Verbose(const char *fmt,
...)
{
}
-static INLINE void
+static INLINE void PRINTF_DECL(1, 2)
Log_Trivia(const char *fmt,
...)
{