From 0a6b7aedb2cec716b98349765bfa369354787b25 Mon Sep 17 00:00:00 2001
From: "monty@mysql.com" <>
Date: Fri, 25 Feb 2005 16:53:22 +0200
Subject: Remove compiler warnings and remove not used variables (Found during
 build process)

---
 innobase/dict/dict0load.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'innobase/dict/dict0load.c')

diff --git a/innobase/dict/dict0load.c b/innobase/dict/dict0load.c
index 7fd1ca08c04..1f4ebe810b4 100644
--- a/innobase/dict/dict0load.c
+++ b/innobase/dict/dict0load.c
@@ -184,7 +184,7 @@ loop:
 
 		if (table == NULL) {
 			fputs("InnoDB: Failed to load table ", stderr);
-			ut_print_namel(stderr, NULL, field, len);
+			ut_print_namel(stderr, NULL, (char*) field, len);
 			putc('\n', stderr);
 		} else {
 			/* The table definition was corrupt if there
-- 
cgit v1.2.1