summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/error-general
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: sync with develop (#1825)Dana Robinson2022-06-241-33/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bin directory sync * doxygen changes * C++ sync with develop * Fortran sync with develop * Sync various docs with develop * Java sync with develop * More doxygen sync with develop * tools sync with develop * h5test.h testing macros get enclosed in do..while loops (#1721) * Minor examples normalization with develop * hl sync with develop * sprintf to snprintf (#1815) * Misc sync w/ develop * Brings some selection I/O bits over from develop * Brings over some const fixes from develop * Brings over more const bits from develop * Minor bits missed in early syncs * Brings over rest of selection I/O * Sync of mirror VFD changes w/ develop * Committing clang-format changes * Adds missing testpar file Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* VFD SWMR: Normalization with develop (#1270)Dana Robinson2021-12-081-0/+1
| | | Brings many October-November changes from develop
* Many small changes from develop. Should allows running VFD SWMRDana Robinson2021-05-031-1/+0
| | | | tests from CMake.
* Brings the 'warnings-as-errors' changes from developDana Robinson2021-03-251-3/+1
|
* Promote more warnings to errors.David Young2020-07-281-0/+2
|
* Reorg commentsAllen Byrne2020-05-201-4/+22
|
* Correct warning flag formAllen Byrne2020-05-201-1/+1
|
* Because of tools macro, this needs to be a warningAllen Byrne2020-05-201-1/+3
|
* Fix Werror issues in JNI and toolsAllen Byrne2020-05-201-3/+1
|
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-05-201-34/+27
|
* TRILAB-192 Identify warnings that fail as errorsAllen Byrne2020-05-201-10/+66
|
* Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-05-201-0/+24
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.