fixed compiler warnings

This commit is contained in:
nifi 2006-07-06 14:55:21 +00:00
parent a63bbe05ba
commit cb3f6db77e

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: codeprop-tmp.c,v 1.1 2006/06/18 07:44:36 adamdunkels Exp $ * @(#)$Id: codeprop-tmp.c,v 1.2 2006/07/06 14:55:21 nifi Exp $
*/ */
/** \addtogroup esb /** \addtogroup esb
@ -74,6 +74,7 @@
#include "cfs/cfs.h" #include "cfs/cfs.h"
#include "codeprop-tmp.h" #include "codeprop-tmp.h"
#include "loader/elfloader-tmp.h" #include "loader/elfloader-tmp.h"
#include <string.h>
static const char *err_msgs[] = static const char *err_msgs[] =
{"OK\r\n", "Bad ELF header\r\n", "No symtab\r\n", "No strtab\r\n", {"OK\r\n", "Bad ELF header\r\n", "No symtab\r\n", "No strtab\r\n",
@ -160,8 +161,6 @@ codeprop_set_rate(clock_time_t time)
/*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/
PROCESS_THREAD(codeprop_process, ev, data) PROCESS_THREAD(codeprop_process, ev, data)
{ {
static int n;
PROCESS_BEGIN(); PROCESS_BEGIN();
elfloader_init(); elfloader_init();