summaryrefslogtreecommitdiffstats
path: root/test/objcopy_ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/objcopy_ref.c')
-rw-r--r--test/objcopy_ref.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/objcopy_ref.c b/test/objcopy_ref.c
index 027f30e..7a81aea 100644
--- a/test/objcopy_ref.c
+++ b/test/objcopy_ref.c
@@ -20,13 +20,13 @@
#define H5F_TESTING
#include "H5Fpkg.h" /* File access */
-const char *FILENAME[] = {"objcopy_ref_src",
- "objcopy_ref_dst",
- "objcopy_ref_ext",
- "objcopy_ref_src2",
- "verbound_ref_src",
- "verbound_ref_dst",
- NULL};
+static const char *FILENAME[] = {"objcopy_ref_src",
+ "objcopy_ref_dst",
+ "objcopy_ref_ext",
+ "objcopy_ref_src2",
+ "verbound_ref_src",
+ "verbound_ref_dst",
+ NULL};
/* Configuration, really a series of bit flags. Maximum value is all three
* bit flags enabled.
@@ -229,7 +229,7 @@ error:
H5Rdestroy(&ref[0]);
H5Rdestroy(&ref[1]);
}
- H5E_END_TRY;
+ H5E_END_TRY
return (-1);
}
@@ -326,7 +326,7 @@ error:
H5Rdestroy(&ref[0]);
H5Rdestroy(&ref[1]);
}
- H5E_END_TRY;
+ H5E_END_TRY
return (-1);
}
@@ -454,7 +454,7 @@ error:
H5Rdestroy(&ref[0]);
H5Rdestroy(&ref[1]);
}
- H5E_END_TRY;
+ H5E_END_TRY
return (-1);
}
@@ -679,7 +679,7 @@ error:
H5Tclose(tid2);
H5Tclose(tid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FALSE;
} /* end compare_attribute() */
@@ -763,7 +763,7 @@ error:
H5Aclose(aid2);
H5Aclose(aid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FALSE;
} /* end compare_std_attributes() */
@@ -1212,7 +1212,7 @@ error:
H5Tclose(tid2);
H5Tclose(tid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FALSE;
} /* end compare_datasets() */
@@ -1412,7 +1412,7 @@ error:
H5E_BEGIN_TRY
{
}
- H5E_END_TRY;
+ H5E_END_TRY
return FALSE;
} /* end compare_groups() */
@@ -1792,7 +1792,7 @@ error:
H5Fclose(fid_src);
H5Fclose(fid_ext);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* end test_copy_option */