diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-11-10 21:32:01 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-11-10 21:32:01 (GMT) |
commit | 54f35626c14dd7f0bcd72bbe03d4e14bb3fc6bfc (patch) | |
tree | a09b333d366e93ef1d9546763dd548d10b5022c2 /tools/h5repack/h5repack_parse.c | |
parent | b00b2d31e70f76b0992df896454e16b8a2266d64 (diff) | |
download | hdf5-54f35626c14dd7f0bcd72bbe03d4e14bb3fc6bfc.zip hdf5-54f35626c14dd7f0bcd72bbe03d4e14bb3fc6bfc.tar.gz hdf5-54f35626c14dd7f0bcd72bbe03d4e14bb3fc6bfc.tar.bz2 |
[svn-r7834] Purpose:
code clean
Description:
removed compiler warnings on IRIX
Solution:
Platforms tested:
linux
solaris 2.7
IRIX
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_parse.c')
-rw-r--r-- | tools/h5repack/h5repack_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_parse.c b/tools/h5repack/h5repack_parse.c index beaa9a6..5ac8bb8 100644 --- a/tools/h5repack/h5repack_parse.c +++ b/tools/h5repack/h5repack_parse.c @@ -208,7 +208,7 @@ obj_list_t* parse_comp(const char *str, *------------------------------------------------------------------------- */ -char* get_scomp(int code) +const char* get_scomp(int code) { if (code==H5Z_FILTER_NONE) return "NONE"; |