Silence -Wformat-nonliteral warning with clang.

This commit is contained in:
Juan RP
2013-01-04 10:35:00 +01:00
parent a4e3a489a1
commit ea2f2c7297
6 changed files with 24 additions and 0 deletions

View File

@ -42,6 +42,10 @@
#include <xbps_api.h>
#include "queue.h"
#ifdef __clang__
#pragma clang diagnostic ignored "-Wformat-nonliteral"
#endif
#define _PROGNAME "xbps-create"
struct xentry {