diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-12-04 08:49:52 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-12-04 08:49:52 (GMT) |
commit | 1ad02a445920578654d257bb66aa1e8e7e368018 (patch) | |
tree | c7dcce90071bd44637b1eb48859d4b14b42c82eb /src/hdf5-lin.lnt | |
parent | 96429e48e356eacf926e48dbf0eedede012dbc2d (diff) | |
download | hdf5-1ad02a445920578654d257bb66aa1e8e7e368018.zip hdf5-1ad02a445920578654d257bb66aa1e8e7e368018.tar.gz hdf5-1ad02a445920578654d257bb66aa1e8e7e368018.tar.bz2 |
Yanked -Wc++-compat from the flags used to build the C library in both
the Autotools and CMake.
Diffstat (limited to 'src/hdf5-lin.lnt')
-rw-r--r-- | src/hdf5-lin.lnt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hdf5-lin.lnt b/src/hdf5-lin.lnt index da20937..23ceed2 100644 --- a/src/hdf5-lin.lnt +++ b/src/hdf5-lin.lnt @@ -13,9 +13,6 @@ // Turn off warnings about not using the return value from these functions: -emacro(534,HDfflush,HDgetrusage,HDgettimeofday,HDputc) -// Turn off warnings about converting an enum to an int --emacro(641,H5_INC_ENUM,H5_DEC_ENUM) - // Suppress message about "Expression with side effects passed to repeated parameter 1 in macro 'assert'" -esym(666,assert) |