summaryrefslogtreecommitdiffstats
path: root/src/H5FDmulti.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-26 15:03:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-26 15:03:03 (GMT)
commit7e9c4449d4a78e756f6935ef828bc440224a86ab (patch)
treeef5c939922e2c1e227b32498d92f0eb3ff962ac5 /src/H5FDmulti.c
parentc1b11ba3c438403b996998671bc1119a62be6995 (diff)
downloadhdf5-7e9c4449d4a78e756f6935ef828bc440224a86ab.zip
hdf5-7e9c4449d4a78e756f6935ef828bc440224a86ab.tar.gz
hdf5-7e9c4449d4a78e756f6935ef828bc440224a86ab.tar.bz2
[svn-r7411] Purpose:
Code cleanup Description: De-linted more modules Platforms tested: FreeBSD 4.8 (sleipnir) w/ & w/o stream enabled too minor to require h5committest
Diffstat (limited to 'src/H5FDmulti.c')
-rw-r--r--src/H5FDmulti.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FDmulti.c b/src/H5FDmulti.c
index e5f5f2e..d4ada22 100644
--- a/src/H5FDmulti.c
+++ b/src/H5FDmulti.c
@@ -28,8 +28,7 @@
/* Disable certain warnings in PC-Lint: */
/*lint --emacro( {534, 830}, H5P_DEFAULT, H5P_FILE_ACCESS, H5P_DATASET_XFER) */
-/*lint --emacro( {534, 830}, H5F_ACC_DEBUG) */
-/*lint --emacro( {534, 830}, H5F_ACC_RDWR) */
+/*lint --emacro( {534, 830}, H5F_ACC_DEBUG, H5F_ACC_RDWR) */
/*lint --emacro( {534, 830}, H5FD_MULTI) */
/*lint -esym( 534, H5Eclear, H5Epush) */