mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-14 23:50:28 +01:00
Avoid -Wunused-label when compiling with libselinux but no libaudit
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
e18b4eb14c
commit
2a7d0be6a1
1 changed files with 2 additions and 0 deletions
|
|
@ -146,7 +146,9 @@ log_callback (const char *fmt, ...)
|
|||
|
||||
vsyslog (LOG_USER | LOG_INFO, fmt, ap);
|
||||
|
||||
#ifdef HAVE_LIBAUDIT
|
||||
out:
|
||||
#endif
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue