From 91ffcdd5a962141f1b780126621ca8b908da8dcf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 4 Jan 2012 12:57:10 +0100 Subject: talloc/testsuite: fix compiler warnings metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Jan 10 13:31:33 CET 2012 on sn-devel-104 --- lib/talloc/testsuite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/talloc') diff --git a/lib/talloc/testsuite.c b/lib/talloc/testsuite.c index 7860ad2be6..71917038be 100644 --- a/lib/talloc/testsuite.c +++ b/lib/talloc/testsuite.c @@ -1315,7 +1315,8 @@ static bool test_rusty(void) static bool test_free_children(void) { void *root; - const char *p1, *p2, *name, *name2; + char *p1, *p2; + const char *name, *name2; talloc_enable_null_tracking(); root = talloc_new(NULL); -- cgit