mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
talloc/testsuite: fix compiler warnings
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 10 13:31:33 CET 2012 on sn-devel-104
This commit is contained in:
parent
a8441f933e
commit
91ffcdd5a9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user