mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Mark DPRINTF() as a printf-like function
This commit is contained in:
@@ -33,7 +33,7 @@ void
|
||||
vlogger(int severity, int domain, char *fmt, va_list args);
|
||||
|
||||
void
|
||||
DPRINTF(int severity, int domain, char *fmt, ...);
|
||||
DPRINTF(int severity, int domain, char *fmt, ...) __attribute__((format(printf, 3, 4)));
|
||||
|
||||
void
|
||||
logger_libevent(int severity, const char *msg);
|
||||
|
||||
Reference in New Issue
Block a user