diff --git a/src/H5system.c b/src/H5system.c index 30367ced08..63ef9aa734 100644 --- a/src/H5system.c +++ b/src/H5system.c @@ -559,7 +559,7 @@ void HDsrand(unsigned int seed) */ #ifdef H5_VMS int -HDremove_all(char *fname) +HDremove_all(const char *fname) { int ret_value = -1; char *_fname;