diff options
Diffstat (limited to 'tools/lib/h5diff.c')
-rw-r--r-- | tools/lib/h5diff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index a13232d..d9380d0 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -487,7 +487,9 @@ diff_match (hid_t file1_id, { if (table->objs[i].flags[0] && table->objs[i].flags[1]) { +#ifdef H5_HAVE_PARALLEL int workerFound = 0; +#endif /* H5_HAVE_PARALLEL */ options->cmn_objs = 1; if(!g_Parallel) { |