diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-10 02:36:22 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-10 02:36:22 (GMT) |
commit | 5855f5d431b266ccb3568d2a70ba95725ba1cfc0 (patch) | |
tree | 4e256457558d3ce93479a8a91df36f9c0564bd6e /hl/src/H5LTparse.h | |
parent | af371007e8bd28da2cebba7d079359611c898871 (diff) | |
download | hdf5-5855f5d431b266ccb3568d2a70ba95725ba1cfc0.zip hdf5-5855f5d431b266ccb3568d2a70ba95725ba1cfc0.tar.gz hdf5-5855f5d431b266ccb3568d2a70ba95725ba1cfc0.tar.bz2 |
[svn-r28553] Merge of r28436 from revise_chunks. Cleans up warnings exposed
by gcc 5.2 in the flex/bison code.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
Diffstat (limited to 'hl/src/H5LTparse.h')
-rw-r--r-- | hl/src/H5LTparse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5LTparse.h b/hl/src/H5LTparse.h index c4ce22d..3d7b4e8 100644 --- a/hl/src/H5LTparse.h +++ b/hl/src/H5LTparse.h @@ -109,13 +109,13 @@ extern int H5LTyydebug; typedef union YYSTYPE YYSTYPE; union YYSTYPE { -#line 74 "hl/src//H5LTparse.y" /* yacc.c:1909 */ +#line 74 "hl/src/H5LTparse.y" /* yacc.c:1909 */ int ival; /*for integer token*/ char *sval; /*for name string*/ hid_t hid; /*for hid_t token*/ -#line 119 "hl/src//H5LTparse.h" /* yacc.c:1909 */ +#line 119 "hl/src/H5LTparse.h" /* yacc.c:1909 */ }; # define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_DECLARED 1 |