diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-09-21 03:58:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 03:58:29 (GMT) |
commit | d0cc180f3ecc15ed00bb7a2240df706738882a21 (patch) | |
tree | 52914829a181384cea1ff27af981f9e7a5288d34 | |
parent | 7b67d8b40749c74ded1bb0012e1ed7202f5504c7 (diff) | |
download | hdf5-d0cc180f3ecc15ed00bb7a2240df706738882a21.zip hdf5-d0cc180f3ecc15ed00bb7a2240df706738882a21.tar.gz hdf5-d0cc180f3ecc15ed00bb7a2240df706738882a21.tar.bz2 |
Disable warnings as errors (#3562) (#3566)
Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
-rw-r--r-- | doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index f35966d..3d4a766 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -625,7 +625,7 @@ WARN_NO_PARAMDOC = NO # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = FAIL_ON_WARNINGS +WARN_AS_ERROR = NO # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which |