diff options
Diffstat (limited to 'vputenvf.c')
-rw-r--r-- | vputenvf.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ /* See LICENSE file for copyright and license details. */ -#include "libsimple.h" +#include "common.h" #ifndef TEST +#if defined(__clang__) +# pragma clang diagnostic ignored "-Wformat-nonliteral" +#endif + int libsimple_vputenvf(const char *fmt, va_list ap) |