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

@ -41,6 +41,10 @@
#endif
#include "xbps_api_impl.h"
#ifdef __clang__
#pragma clang diagnostic ignored "-Wformat-nonliteral"
#endif
/**
* @file lib/util.c
* @brief Utility routines