Changeset df55b0f1 in rtems


Ignore:
Timestamp:
03/07/05 23:45:21 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8008148
Parents:
41b34c85
Message:

2005-03-07 Joel Sherrill <joel@…>

  • sp13/task1.c: Removed warnings.
Location:
testsuites/sptests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/ChangeLog

    r41b34c85 rdf55b0f1  
     12005-03-07      Joel Sherrill <joel@OARcorp.com>
     2
     3        * sp13/task1.c: Removed warnings.
     4
    152004-09-29      Joel Sherrill <joel@OARcorp.com>
    26
  • testsuites/sptests/sp13/task1.c

    r41b34c85 rdf55b0f1  
    2121#include <string.h>             /* for memcmp */
    2222
    23 char    big_send_buffer[2048];
    24 char    big_receive_buffer[2048];
    25 
    26 long    buffer[ MESSAGE_SIZE / sizeof(long) ];
     23unsigned char big_send_buffer[2048];
     24unsigned char big_receive_buffer[2048];
     25
     26long buffer[ MESSAGE_SIZE / sizeof(long) ];
    2727
    2828void dope_buffer(unsigned char *buff,
     
    4848{
    4949  rtems_id          qid;
    50   uint32_t    index;
    51   uint32_t    count;
     50  uint32_t          index;
     51  uint32_t          count;
    5252  rtems_status_code status;
    53   uint32_t    size;
    54   uint32_t    queue_size;
    55   char             *cp;
     53  uint32_t          size;
     54  uint32_t          queue_size;
     55  unsigned char    *cp;
    5656
    5757  status = rtems_message_queue_ident(
Note: See TracChangeset for help on using the changeset viewer.