From cba5f4ec16aa95ea572bb4c6e9777f0ad8139569 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Tue, 19 Jul 2016 09:56:25 -0400 Subject: Fix building with modern gcc This should be properly fixed at some point but for now at least don't error. Closes #27 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index d218df0..ddb7ec6 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,7 @@ AX_APPEND_COMPILE_FLAGS([ \ -Wno-conversion \ -Wno-sign-compare \ -Wno-deprecated-declarations \ + -Wno-error=format-nonliteral \ ]) dnl TODO: Fix last two hidden warnings -- cgit v1.2.3