summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.l
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-30 16:43:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-30 16:43:40 (GMT)
commitd1f2eff23148da5e39463bd351be51767755b1c1 (patch)
treea52f4d1051f339a18e7e52a74a1af02ddf1f8f37 /hl/src/H5LTanalyze.l
parent1255363e9be3280108a351d97237de13755d6368 (diff)
parenta67c238feef1487814b02132bfd7961f22d9d6eb (diff)
downloadhdf5-d1f2eff23148da5e39463bd351be51767755b1c1.zip
hdf5-d1f2eff23148da5e39463bd351be51767755b1c1.tar.gz
hdf5-d1f2eff23148da5e39463bd351be51767755b1c1.tar.bz2
Merge pull request #2328 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'a67c238feef1487814b02132bfd7961f22d9d6eb': 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);