sapi/src/testextension.c: Fix warnings

This commit is contained in:
Joel Sherrill
2014-11-04 14:55:43 -06:00
parent 1dc5b0e0c1
commit 1a3c611c45

View File

@@ -19,10 +19,12 @@
#include <rtems/test.h>
#include <rtems/profiling.h>
#if defined(RTEMS_PROFILING)
static bool report_done;
static rtems_interrupt_lock report_lock =
RTEMS_INTERRUPT_LOCK_INITIALIZER( "test report" );
#endif
void rtems_test_fatal_extension(
rtems_fatal_source source,