2002-09-14 Joel Sherrill <joel@OARcorp.com>

* support/init.c: Included <unistd.h> for exit(2).
	* support/test_support.adb: Eliminated warnings by commenting out
	unused variables.
This commit is contained in:
Joel Sherrill
2002-09-14 21:05:44 +00:00
parent 973bf43672
commit eefdc85973
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* support/init.c: Included <unistd.h> for exit(2).
* support/test_support.adb: Eliminated warnings by commenting out
unused variables.
2002-09-13 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:

View File

@@ -12,6 +12,7 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <bsp.h>
#include <unistd.h>
void *POSIX_Init(
void *argument

View File

@@ -122,8 +122,8 @@ package body Test_Support is
--
procedure Pause is
Ignored_String : String( 1 .. 80 );
Ignored_Last : Natural;
-- Ignored_String : String( 1 .. 80 );
-- Ignored_Last : Natural;
begin
@@ -149,8 +149,8 @@ package body Test_Support is
procedure Pause_And_Screen_Number (
SCREEN : in RTEMS.Unsigned32
) is
Ignored_String : String( 1 .. 80 );
Ignored_Last : Natural;
-- Ignored_String : String( 1 .. 80 );
-- Ignored_Last : Natural;
begin
--