diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-08-21 22:38:46 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-08-21 22:38:46 (GMT) |
commit | e9f3b20b64d3c2ffe2e134a5c4bf974c916472b8 (patch) | |
tree | e9d20f2bafb9c9db148ab0f2b8b3a5741209ef64 /test | |
parent | c6e35f6abd381583d3686525b1cd4fdca9eaeded (diff) | |
download | hdf5-e9f3b20b64d3c2ffe2e134a5c4bf974c916472b8.zip hdf5-e9f3b20b64d3c2ffe2e134a5c4bf974c916472b8.tar.gz hdf5-e9f3b20b64d3c2ffe2e134a5c4bf974c916472b8.tar.bz2 |
[svn-r15515] 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')
-rw-r--r-- | test/app_ref.c | 2 |
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) |