xbps-uunshare: silence a clang warning.

This commit is contained in:
Juan RP 2015-03-05 19:24:33 +01:00
parent 26944cf6be
commit 3da2c3fdda

View File

@ -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))