diff options
author | Stef Walter <stefw@gnome.org> | 2012-05-13 14:03:17 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-05-13 14:03:17 +0200 |
commit | 7bd4114182fcc86cd2515708fdf4d76622e0237d (patch) | |
tree | 5efb237c364a4a2259a747ae0edfcad6b5e45e40 /tests | |
parent | 14b0be4353e5c4464cb9f61e419a2f8caf8757d0 (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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)\" \ |