Skip to content

Commit 1e6cd0a

Browse files
Have Doxygen not treat warnings as errors
1 parent 5812128 commit 1e6cd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ WARN_NO_PARAMDOC = NO
762762
# a warning is encountered.
763763
# The default value is: NO.
764764

765-
WARN_AS_ERROR = YES
765+
WARN_AS_ERROR = NO
766766

767767
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
768768
# can produce. The string should contain the $file, $line, and $text tags, which

0 commit comments

Comments
 (0)