summaryrefslogtreecommitdiffstats
path: root/src/H5V.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-04-05 21:41:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-04-05 21:41:54 (GMT)
commitc0d7b109c9ee0c2c3e150e17bc265324c79818a9 (patch)
tree5eea41e7f0f46433f6ee1bc94da444b7c7f1baae /src/H5V.c
parent41dd2968355169523300a65cb55b7a457900ef85 (diff)
downloadhdf5-c0d7b109c9ee0c2c3e150e17bc265324c79818a9.zip
hdf5-c0d7b109c9ee0c2c3e150e17bc265324c79818a9.tar.gz
hdf5-c0d7b109c9ee0c2c3e150e17bc265324c79818a9.tar.bz2
[svn-r18515] Bug:
PGI v10.2 in Red Storm Qual complained about the H5_IS_API macro with the following message when -Mbounds is used: PGC-S-0053-Illegal use of void type The compiler did not like to treat the literal strings as arrays. The -Mbounds option is used when --disable-production is used. Solution: Casted all the literal to (char *). Tested: h5committest passed. Red Storm Qual passed with the fixed H5_IS_API macro though it has other failures later. Will be fixed in another batch.
Diffstat (limited to 'src/H5V.c')
0 files changed, 0 insertions, 0 deletions