mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 17:01:49 +00:00
lib/zlog: fix printfrr format attribute
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
7309092bf4
commit
c2527ed21b
@ -47,7 +47,7 @@ extern int zlog_tmpdirfd;
|
||||
|
||||
extern void vzlog(int prio, const char *fmt, va_list ap);
|
||||
|
||||
__attribute__ ((format (printf, 2, 3)))
|
||||
PRINTFRR(2, 3)
|
||||
static inline void zlog(int prio, const char *fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
Loading…
Reference in New Issue
Block a user