mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-22 19:12:33 -05:00
Mark DPRINTF() as a printf-like function
This commit is contained in:
parent
207e85c6c0
commit
61c6627713
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user