summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.l
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-30 02:09:29 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:54 (GMT)
commitdea87efdf93be5d79826320103eaa21a64c4a4b5 (patch)
tree4a94ce862c98b80103cbedfe9fc9dc87f5ada668 /hl/src/H5LTanalyze.l
parente0e020eb6bc823080e7fe8e005ba84681a695e94 (diff)
downloadhdf5-dea87efdf93be5d79826320103eaa21a64c4a4b5.zip
hdf5-dea87efdf93be5d79826320103eaa21a64c4a4b5.tar.gz
hdf5-dea87efdf93be5d79826320103eaa21a64c4a4b5.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);