From 7bd4114182fcc86cd2515708fdf4d76622e0237d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 13 May 2012 14:03:17 +0200 Subject: Use gcc extensions to check varargs during compile * Add macros GNUC_PRINTF and GNUC_NULL_TERMINATED to check correct printf and NULL terminated style varargs --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 711a3fb..28aa496 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_srcdir)/common \ -I$(top_srcdir)/p11-kit \ -I$(srcdir)/cutest \ -DSRCDIR=\"$(srcdir)\" \ -- cgit v1.1