summaryrefslogtreecommitdiffstats
path: root/src/H5TSprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-03-30 15:12:49 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-03-30 15:12:49 (GMT)
commit01093ad350365e1a29f1726c4ff8c72f1d4d739a (patch)
tree3bbf175988e76609bb804b0099207a041465b92c /src/H5TSprivate.h
parentbf7c3fb6708a2f77bd333b20a5167b9eead392a9 (diff)
downloadhdf5-01093ad350365e1a29f1726c4ff8c72f1d4d739a.zip
hdf5-01093ad350365e1a29f1726c4ff8c72f1d4d739a.tar.gz
hdf5-01093ad350365e1a29f1726c4ff8c72f1d4d739a.tar.bz2
[svn-r26649] squish warnings.
Diffstat (limited to 'src/H5TSprivate.h')
-rw-r--r--src/H5TSprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TSprivate.h b/src/H5TSprivate.h
index cc22f96..5394b77 100644
--- a/src/H5TSprivate.h
+++ b/src/H5TSprivate.h
@@ -122,7 +122,7 @@ H5_DLL herr_t H5TS_mutex_lock(H5TS_mutex_t *mutex);
H5_DLL herr_t H5TS_mutex_unlock(H5TS_mutex_t *mutex);
H5_DLL herr_t H5TS_cancel_count_inc(void);
H5_DLL herr_t H5TS_cancel_count_dec(void);
-H5_DLL H5TS_thread_t H5TS_create_thread(void * func, H5TS_attr_t * attr, void *udata);
+H5_DLL H5TS_thread_t H5TS_create_thread(void *(*func)(void *), H5TS_attr_t * attr, void *udata);
#if defined c_plusplus || defined __cplusplus
}