diff options
Diffstat (limited to 'src/H5detect.c')
-rw-r--r-- | src/H5detect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 92fe3ae..3346b91 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -249,6 +249,7 @@ precision (detected_t *d) pid_t _child; \ int _status; \ \ + srand((unsigned int)_val); /*suppress "set but unused" warning*/ \ for (_ano=0; _ano<NELMTS(align_g); _ano++) { \ fflush(stdout); \ fflush(stderr); \ |