diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 17:53:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 17:53:42 (GMT) |
commit | 361586a90e00fb4f13fcb85dff669f13ff872b94 (patch) | |
tree | d276183d04e201c82e7f38a2b22007739974a2cb /src/H5E.c | |
parent | e1ceea54ff06ffef0029b20007cd7685e000fdec (diff) | |
download | hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.zip hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.tar.gz hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.tar.bz2 |
[svn-r17276] Description:
Clean up compiler warnings
Tested on:
Mac OS X/32 10.5.7 (amazon)
Too minor to require h5committest
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1273,7 +1273,6 @@ H5Epush2(hid_t err_stack, const char *file, const char *func, unsigned line, { va_list ap; /* Varargs info */ H5E_t *estack; /* Pointer to error stack to modify */ - H5E_msg_t *maj_ptr, *min_ptr; /* Pointer to major and minor error info */ #ifndef H5_HAVE_VASPRINTF int tmp_len; /* Current size of description buffer */ int desc_len; /* Actual length of description when formatted */ |