xbps-uunshare: silence a clang warning.
This commit is contained in:
parent
26944cf6be
commit
3da2c3fdda
@ -40,6 +40,10 @@
|
||||
#include <limits.h>
|
||||
#include <syscall.h>
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wformat-nonliteral"
|
||||
#endif
|
||||
|
||||
static int errval = 0;
|
||||
|
||||
static void __attribute__((noreturn))
|
||||
|
Loading…
Reference in New Issue
Block a user