mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix 'unused parameter' warnings in C++ tests (#5199)
This commit is contained in:
@@ -479,6 +479,8 @@ test_array_info()
|
||||
extern "C" void
|
||||
test_array(const void *params)
|
||||
{
|
||||
(void)params;
|
||||
|
||||
// Output message about test being performed
|
||||
MESSAGE(5, ("Testing Array Datatypes\n"));
|
||||
|
||||
@@ -504,6 +506,8 @@ test_array(const void *params)
|
||||
extern "C" void
|
||||
cleanup_array(void *params)
|
||||
{
|
||||
(void)params;
|
||||
|
||||
if (GetTestCleanup()) {
|
||||
HDremove(FILENAME.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user