summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-13 22:08:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-13 22:08:29 +0000
commit49fa9bc005b56a533c17d5f4f67829efd0a2414c (patch)
treea32b878b3af8bdf8b311559fa3f75d2aba411448 /testsuites
parentPatch rtems-rc-20000104-17.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-49fa9bc005b56a533c17d5f4f67829efd0a2414c.tar.bz2
Fixed warnings.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psxmsgq01/init.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c
index 534f6c6dcb..d1197d6a90 100644
--- a/testsuites/psxtests/psxmsgq01/init.c
+++ b/testsuites/psxtests/psxmsgq01/init.c
@@ -447,7 +447,6 @@ int fill_message_queues(
)
{
int msg;
- int status;
int que;
@@ -604,7 +603,6 @@ void validate_mq_receive_error_codes( )
int status;
char message[100];
unsigned int priority;
- int i;
Start_Test( "mq_receive errors" );
@@ -727,7 +725,6 @@ void verify_timed_send_queue(
int is_blocking
)
{
- int i;
struct timespec timeout;
struct timeval tv1, tv2, tv3;
struct timezone tz1, tz2;
@@ -904,7 +901,6 @@ void verify_notify()
int status;
timer_t timer_id;
sigset_t set;
- Test_Message_t *ptr;
Start_Test( "mq_notify" );
@@ -1127,9 +1123,6 @@ void *POSIX_Init(
void *argument
)
{
- int status;
- mqd_t n_mq2;
-
puts( "\n\n*** POSIX MESSAGE QUEUE TEST ***" );
validate_mq_open_error_codes( );
@@ -1158,10 +1151,6 @@ void *Task_1 (
void *argument
)
{
- int status;
- int count = 0;
- sigset_t set;
-
/* Block Waiting for a message */
print_current_time( "Task_1: ", "" );
@@ -1181,9 +1170,6 @@ void *Task_2(
void *argument
)
{
- int status;
-
-
print_current_time( "Task_2: ", "" );