summaryrefslogtreecommitdiffstats
path: root/test/app_ref.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-08-21 22:39:35 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-08-21 22:39:35 (GMT)
commitb134708f2e1a833c01df536273e32da130557610 (patch)
treec144580c3e38d5286d3dcbcc9b9d9d6fb7ccc026 /test/app_ref.c
parent7a2756e7ae8164ac6601957f3a9617a00456f918 (diff)
downloadhdf5-b134708f2e1a833c01df536273e32da130557610.zip
hdf5-b134708f2e1a833c01df536273e32da130557610.tar.gz
hdf5-b134708f2e1a833c01df536273e32da130557610.tar.bz2
[svn-r15516] Fix faulty error checking in call to H5I_remove().
Add prototype to the top of app_ref.c to suppress warning. Tested: kagiso
Diffstat (limited to 'test/app_ref.c')
-rw-r--r--test/app_ref.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/app_ref.c b/test/app_ref.c
index 209a909..cb8be6a 100644
--- a/test/app_ref.c
+++ b/test/app_ref.c
@@ -76,6 +76,8 @@ const char *IDNAME[T_NUMCLASSES] = {
int rc[T_NUMCLASSES];
+void Abrt_Handler (int sig);
+
/* Handler for SIGABRT - prints the reference count on each id */
void
Abrt_Handler (int UNUSED sig)