summaryrefslogtreecommitdiffstats
path: root/tools/h5repack
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:27:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:27:24 (GMT)
commitefb39881a0e4cc59799238a2c6758f41be780abc (patch)
tree35156dff6ca5f20b7cbc4e0f2e6d5c85baf02742 /tools/h5repack
parent4a51e83e60336381c7bb6370ec61b97fc9194918 (diff)
downloadhdf5-efb39881a0e4cc59799238a2c6758f41be780abc.zip
hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.tar.gz
hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.tar.bz2
[svn-r24012] Description:
Bring r24011 from trunk to 1.8 branch: Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Diffstat (limited to 'tools/h5repack')
-rw-r--r--tools/h5repack/h5repack_opttable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c
index 00e4bea..bcddbb9 100644
--- a/tools/h5repack/h5repack_opttable.c
+++ b/tools/h5repack/h5repack_opttable.c
@@ -388,7 +388,7 @@ pack_info_t* options_get_object( const char *path,
pack_opttbl_t *table )
{
unsigned int i;
- const char tbl_path[MAX_NC_NAME+1]; /* +1 for start with "/" case */
+ char tbl_path[MAX_NC_NAME+1]; /* +1 for start with "/" case */
for ( i = 0; i < table->nelems; i++)