From: Amelia Coutard Date: Sat, 4 Jun 2022 00:17:51 +0000 (+0200) Subject: Removed the equivalent of -Werror from the Doxyfile X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=795e27890cccc845d1b8ae502e2f88753bb26dc1;p=voyage-au-centre-des-fichiers.git Removed the equivalent of -Werror from the Doxyfile --- diff --git a/Doxyfile b/Doxyfile index 42a4c6c..12bed32 100644 --- a/Doxyfile +++ b/Doxyfile @@ -843,7 +843,7 @@ WARN_NO_PARAMDOC = NO # Possible values are: NO, YES and FAIL_ON_WARNINGS. # The default value is: NO. -WARN_AS_ERROR = YES +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