From c0b21702ed603e3d4f9d7884c8bd73715b52ad89 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 18 Feb 2011 11:11:31 -0500 Subject: [PATCH] add a cast to a debug message to remove a warning. --- lib/maca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/maca.c b/lib/maca.c index 0e6e63e1f..c9cc4f6f2 100644 --- a/lib/maca.c +++ b/lib/maca.c @@ -150,7 +150,7 @@ void check_maca(void) { #if DEBUG_MACA if((count = count_packets()) != NUM_PACKETS) { - PRINTF("check maca: count_packets %d\n", count); + PRINTF("check maca: count_packets %d\n", (int)count); Print_Packets("check_maca"); #if PACKET_STATS for(i=0; i