summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/test/hwpftest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/test/hwpftest.H')
-rw-r--r--src/usr/hwpf/test/hwpftest.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H
index bfbc4636f..88c25039f 100644
--- a/src/usr/hwpf/test/hwpftest.H
+++ b/src/usr/hwpf/test/hwpftest.H
@@ -68,7 +68,7 @@ static const uint32_t MAX_TEST_COUNT = 0x000001FF;
* @brief repeated Scom access and Attrubute access through Fapi until
* MAX_TEST_COUNT accesses has been done or an error occurs.
*/
-void testHwpScomAcc( void *i_phwpTestArgs )
+void* testHwpScomAcc( void *i_phwpTestArgs )
{
fapi::ReturnCode l_rc = fapi::FAPI_RC_SUCCESS;
ecmdDataBufferBase l_ScomData(64);
@@ -145,6 +145,7 @@ void testHwpScomAcc( void *i_phwpTestArgs )
}
}
}
+ return NULL;
}
class HwpfTest: public CxxTest::TestSuite
OpenPOWER on IntegriCloud