From 2cf27b3a3cdba4b8076060829611e930eb3a402f Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 30 Jul 2007 15:22:20 +0000 Subject: Resolve some compiler warnings so that I can build under dev mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77770 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/cdr_adaptive_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdr') diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c index 12e982069..f97f5ed4f 100644 --- a/cdr/cdr_adaptive_odbc.c +++ b/cdr/cdr_adaptive_odbc.c @@ -204,7 +204,7 @@ static int load_config(void) if (entry->octetlen == 0) entry->octetlen = entry->size; - ast_verb(10, "Found %s column with type %hd with len %ld, octetlen %ld, and numlen (%hd,%hd)\n", entry->name, entry->type, entry->size, entry->octetlen, entry->decimals, entry->radix); + ast_verb(10, "Found %s column with type %hd with len %ld, octetlen %ld, and numlen (%hd,%hd)\n", entry->name, entry->type, (long) entry->size, (long) entry->octetlen, entry->decimals, entry->radix); /* Insert column info into column list */ AST_LIST_INSERT_TAIL(&(tableptr->columns), entry, list); res = 0; -- cgit v1.2.3