initialized a stack variable to avoid a warning.

This commit is contained in:
Joel Sherrill
1997-03-10 19:37:44 +00:00
parent d627c0c4f7
commit a3cfa9f031
2 changed files with 2 additions and 2 deletions

View File

@@ -817,7 +817,7 @@ void _CPU_SHM_Init(
char *shm_addr;
key_t shm_key;
key_t sem_key;
int status;
int status = 0;
int shm_size;
if (getenv("RTEMS_SHM_KEY"))