From 2f595f03c6ac713c5d022e4e0291f4e5694cf8ce Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 9 Feb 2011 20:23:46 +0000 Subject: [PATCH] - remove compiler warnings git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@402 315a16e6-25f9-4109-90ae-ca3045a26c18 --- fs/initrd.c | 2 +- libgloss/lseek.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/initrd.c b/fs/initrd.c index 5349b7bb..f96b00bb 100644 --- a/fs/initrd.c +++ b/fs/initrd.c @@ -211,10 +211,10 @@ out: int initrd_init(void) { - uint32_t i, j, k, l; dir_block_t* dir_block; vfs_node_t* tmp; #ifdef CONFIG_MULTIBOOT + uint32_t i, j, k, l; uint32_t mods_count = 0; multiboot_module_t* mmodule = NULL; diff --git a/libgloss/lseek.c b/libgloss/lseek.c index 048a3d8e..82328753 100644 --- a/libgloss/lseek.c +++ b/libgloss/lseek.c @@ -31,6 +31,5 @@ _DEFUN (lseek, (file, ptr, dir), int ptr _AND int dir) { - write(0, "lseek\n", 6); return 0; }