diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-01-30 02:09:29 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-01-30 02:09:29 (GMT) |
commit | a67c238feef1487814b02132bfd7961f22d9d6eb (patch) | |
tree | 07d613f8cd85a72f49acada0922004227a5c12b9 /hl/src/H5LTanalyze.l | |
parent | 9475ee5d59e9ac916271a64c5372dfc28f709417 (diff) | |
download | hdf5-a67c238feef1487814b02132bfd7961f22d9d6eb.zip hdf5-a67c238feef1487814b02132bfd7961f22d9d6eb.tar.gz hdf5-a67c238feef1487814b02132bfd7961f22d9d6eb.tar.bz2 |
Cleaned up remaining warnings in high-level library.
Diffstat (limited to 'hl/src/H5LTanalyze.l')
-rw-r--r-- | hl/src/H5LTanalyze.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hl/src/H5LTanalyze.l b/hl/src/H5LTanalyze.l index f16455b..5015053 100644 --- a/hl/src/H5LTanalyze.l +++ b/hl/src/H5LTanalyze.l @@ -26,7 +26,6 @@ /* Turn off suggest const & malloc attribute warnings in gcc */ #if defined __GNUC__ && 402 <= __GNUC__ * 100 + __GNUC_MINOR__ #pragma GCC diagnostic ignored "-Wsuggest-attribute=const" -#pragma GCC diagnostic ignored "-Wsuggest-attribute=malloc" #endif int my_yyinput(char *, int); |