From 6b2c5b5da1a0394c9ffa81fc55e73920be9f6bff Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 20 Jun 2022 12:04:43 +1000 Subject: testsuite: Fix gcc 12 warnings --- testsuites/psxtests/psxkey08/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxkey08/init.c') 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; -- cgit v1.2.3