summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diffgentest.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-06-16 20:44:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-06-16 20:44:14 (GMT)
commit93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef (patch)
tree44dd6780c7ef5ab4cb312f5e875e66178b399dca /tools/h5diff/h5diffgentest.c
parent8be813993f3bec3f17b4f8ab87a96abbb33851ba (diff)
downloadhdf5-93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef.zip
hdf5-93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef.tar.gz
hdf5-93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef.tar.bz2
[svn-r17060] merge 17058 from trunk
added some "dummy" declarations for d_status tested: linux
Diffstat (limited to 'tools/h5diff/h5diffgentest.c')
-rw-r--r--tools/h5diff/h5diffgentest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c
index b07c425..95b28ee 100644
--- a/tools/h5diff/h5diffgentest.c
+++ b/tools/h5diff/h5diffgentest.c
@@ -97,6 +97,9 @@ static int write_dset(hid_t loc_id,int rank,hsize_t *dims,const char *name,hid_t
*-------------------------------------------------------------------------
*/
+/* module-scoped variables */
+int d_status = EXIT_SUCCESS;
+
int main(void)
{
test_basic(FILE1, FILE2, FILE11);