Mercurial > hg > octave-nkf
diff src/ls-hdf5.h @ 4663:bf7272f8ba8c
[project @ 2003-11-25 06:05:20 by jwe]
author | jwe |
---|---|
date | Tue, 25 Nov 2003 06:07:28 +0000 |
parents | 79fe96966ca0 |
children | e95c86d48732 |
line wrap: on
line diff
--- a/src/ls-hdf5.h +++ b/src/ls-hdf5.h @@ -41,7 +41,7 @@ hdf5_fstreambase () { file_id = -1; } - hdf5_fstreambase (const char *name, int mode, int prot = 0) + hdf5_fstreambase (const char *name, int mode, int /* prot */ = 0) { if (mode == std::ios::in) file_id = H5Fopen (name, H5F_ACC_RDONLY, H5P_DEFAULT);