diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-21 19:51:48 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-21 19:51:48 +0000 |
commit | faf0e418016ea7d5dbe16340cf4e6e98f22995bd (patch) | |
tree | f8f8302ee63ea451cc3ac5d85106af5bcc83c7bd /scripts | |
parent | 6e9fe153fc485c1bf22180fb4189d160c511f2c8 (diff) | |
download | strongswan-faf0e418016ea7d5dbe16340cf4e6e98f22995bd.tar.bz2 strongswan-faf0e418016ea7d5dbe16340cf4e6e98f22995bd.tar.xz |
suppress format warnings in the scripts directory
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |