mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
testsuites/dhrystone: Initialize before use
This resovles a warning where a variable could be used before it is initialized in some code paths.
This commit is contained in:
committed by
Joel Sherrill
parent
3200933e13
commit
da967ece67
@@ -133,6 +133,7 @@ execution_start:
|
||||
|
||||
#ifdef __rtems__
|
||||
/* avoid used uninitialized warning */
|
||||
Int_1_Loc = 0;
|
||||
Int_2_Loc = 0;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user