summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.l
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-30 02:09:29 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-30 02:09:29 (GMT)
commita67c238feef1487814b02132bfd7961f22d9d6eb (patch)
tree07d613f8cd85a72f49acada0922004227a5c12b9 /hl/src/H5LTanalyze.l
parent9475ee5d59e9ac916271a64c5372dfc28f709417 (diff)
downloadhdf5-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.l1
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);