forked from Imagelibrary/rtems
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:
@@ -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:
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#include <bsp.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void *POSIX_Init(
|
||||
void *argument
|
||||
|
||||
@@ -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
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user