summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/4.8
Commit message (Collapse)AuthorAgeFilesLines
* Updates comments in the gcc 4.8 warnings files (#1902)Dana Robinson2022-07-181-4/+0
|
* Moves -Wstrict-overflow=5 to the developer warnings (#1878)Dana Robinson2022-07-121-3/+0
|
* Reduce -Wstrict-overflow= from 5 to 2 (#1872)Dana Robinson2022-07-111-1/+1
| | | | The signal-to-noise ratio of the higher warning level is very low and the noise obscures things we should fix
* Add compiler flags for GCC 10, along with updating warnhist script to ↵Quincey Koziol2020-12-211-0/+1
| | | | accommodate them. (#217)
* Removes unsuffixed float warningsDana Robinson2020-08-071-0/+3
| | | | 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/+24
| | | | | | | 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.