From 5a89cfc00b280c986ac253f9c1886fc268c4f904 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 25 Dec 2004 18:35:21 +0000 Subject: Again, some warnings removed. svn path=/trunk/; revision=12834 --- dftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index 474e7a8ece..42a7cd5d17 100644 --- a/dftest.c +++ b/dftest.c @@ -135,7 +135,7 @@ main(int argc, char **argv) epan_cleanup(); exit(2); } - printf("dfilter ptr = 0x%08x\n", (unsigned int) df); + printf("dfilter ptr = 0x%08x\n", GPOINTER_TO_INT(df)); printf("\n\n"); -- cgit v1.2.1