summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey08/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxkey08/init.c')
-rw-r--r--testsuites/psxtests/psxkey08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxkey08/init.c b/testsuites/psxtests/psxkey08/init.c
index 2bd00bc53d..ed0b6e8554 100644
--- a/testsuites/psxtests/psxkey08/init.c
+++ b/testsuites/psxtests/psxkey08/init.c
@@ -51,7 +51,7 @@ static rtems_name name1, name2;
static rtems_task test_task(rtems_task_argument arg)
{
- rtems_status_code sc;
+ rtems_status_code sc = 0;
const void *value_p;
const void *value_p2;