From faf0e418016ea7d5dbe16340cf4e6e98f22995bd Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 21 Apr 2009 19:51:48 +0000 Subject: [PATCH] suppress format warnings in the scripts directory --- scripts/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 14e460eab..77e76d714 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,7 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -AM_CFLAGS =-DIPSEC_PLUGINDIR=\"${plugindir}\" +AM_CFLAGS = \ +-DIPSEC_PLUGINDIR=\"${plugindir}\" \ +-Wformat=0 noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql thread_analysis bin2array_SOURCES = bin2array.c