From f5eb8b0c9abf1e9911b5c84a555bc495651595e5 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 13 May 2010 15:00:32 -0700 Subject: Get rid of warnings when compiled with -Wformat-security Change-Id: Ia671b74229001b02b2538a5d5f580532d7c88306 --- inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.h b/inc/config.h index 2328d3a..fafa463 100644 --- a/inc/config.h +++ b/inc/config.h @@ -40,7 +40,7 @@ extern void stdimpl_print(const char *string); #else #include - #define stdimpl_print printf + #define stdimpl_print(x) printf("%s", x) #endif #define ASSERT_STRING_BUFFER_MAX 64 -- cgit v1.2.3