Silence -Wformat-nonliteral warning with clang.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user