2003-05-29 Joel Sherrill <joel@OARcorp.com>

* sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2003-05-29 19:07:42 +00:00
parent e78994b3d0
commit 18ee864a24
8 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-05-29 Joel Sherrill <joel@OARcorp.com>
* sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_DEBUG_V. * configure.ac: Remove CC_CFLAGS_DEBUG_V.

View File

@@ -23,6 +23,7 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/error.h> #include <rtems/error.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#define NTASK 4 #define NTASK 4

View File

@@ -23,6 +23,7 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/error.h> #include <rtems/error.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
rtems_interval ticksPerSecond; rtems_interval ticksPerSecond;

View File

@@ -47,8 +47,12 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#include <tmacros.h> #include <tmacros.h>
/* external function prototypes */
int getint( void );
/* These are always defined by the executive. /* These are always defined by the executive.
* *
* #include <rtems/copyrt.h> * #include <rtems/copyrt.h>

View File

@@ -1,3 +1,7 @@
2003-05-29 Joel Sherrill <joel@OARcorp.com>
* sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_DEBUG_V. * configure.ac: Remove CC_CFLAGS_DEBUG_V.

View File

@@ -23,6 +23,7 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/error.h> #include <rtems/error.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#define NTASK 4 #define NTASK 4

View File

@@ -23,6 +23,7 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/error.h> #include <rtems/error.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
rtems_interval ticksPerSecond; rtems_interval ticksPerSecond;

View File

@@ -47,8 +47,12 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#include <tmacros.h> #include <tmacros.h>
/* external function prototypes */
int getint( void );
/* These are always defined by the executive. /* These are always defined by the executive.
* *
* #include <rtems/copyrt.h> * #include <rtems/copyrt.h>