summaryrefslogtreecommitdiff
path: root/source4/lib/tdb_helper.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-08-25 07:15:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:21 -0500
commit5e869b4eabaf428b36b5bc158ab4047d25e3eb5b (patch)
tree927baab313e642e2f2800e0d1439e7be7f3673b0 /source4/lib/tdb_helper.c
parent18797d8c70afc383aa7c67003646efb8ecfd7e4f (diff)
downloadsamba-5e869b4eabaf428b36b5bc158ab4047d25e3eb5b.tar.gz
samba-5e869b4eabaf428b36b5bc158ab4047d25e3eb5b.tar.bz2
samba-5e869b4eabaf428b36b5bc158ab4047d25e3eb5b.zip
r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new
--enable-developer warning for when they are missing. Andrew Bartlett (This used to be commit 8115e44d47bcd65edba08d10117180ae508cdbc1)
Diffstat (limited to 'source4/lib/tdb_helper.c')
-rw-r--r--source4/lib/tdb_helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tdb_helper.c b/source4/lib/tdb_helper.c
index 22c4d1bb45..2698e3cc71 100644
--- a/source4/lib/tdb_helper.c
+++ b/source4/lib/tdb_helper.c
@@ -29,6 +29,8 @@
Log tdb messages via DEBUG().
****************************************************************************/
+static void tdb_log(TDB_CONTEXT *tdb, int level, const char *format, ...) PRINTF_ATTRIBUTE(3,4);
+
static void tdb_log(TDB_CONTEXT *tdb, int level, const char *format, ...)
{
va_list ap;