From 97fdf34b9aa1df4e6f088c57634b34a6396c8570 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 19 Oct 2017 12:02:38 -0400 Subject: [PATCH] WARN_AS_ERROR disabled for now --- Tools/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Doxyfile b/Tools/Doxyfile index d9c76da705..89d539777c 100644 --- a/Tools/Doxyfile +++ b/Tools/Doxyfile @@ -762,7 +762,7 @@ WARN_NO_PARAMDOC = YES # a warning is encountered. # 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