summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/no-developer-4.8
Commit message (Collapse)AuthorAgeFilesLines
* Moves -Wstrict-overflow=5 to the developer warnings (#1878)Dana Robinson2022-07-121-1/+2
|
* Removes unsuffixed float warningsDana Robinson2020-08-071-1/+0
| | | | These warnings can only be addressed with gnu extensions.
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-181-0/+12
| | | | | | | flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files.
* Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-03-191-0/+1
the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct.