Changeset edffc054 in rtems for c/src/libmisc/stackchk


Ignore:
Timestamp:
04/15/98 22:16:43 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5558bd3
Parents:
8a1636d
Message:

Fixed so this would compile without warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/stackchk/check.c

    r8a1636d redffc054  
    148148void Stack_check_Initialize( void )
    149149{
     150#if 0
    150151  rtems_status_code    status;
    151152  Objects_Id           id_ignored;
     153#endif
    152154  unsigned32          *p;
    153155#if 0
Note: See TracChangeset for help on using the changeset viewer.