From 979df33ee2e84c77242fe1c07cef3d9a1a3def90 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Tue, 10 Nov 2020 14:49:29 +0100 Subject: Revert "GCC/Clang: Add -Wextra when enabling all warnings" This reverts commit 35f2bce6d454934554f9e97adfa96270e776d56e. --- xmake/modules/core/tools/cparser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/cparser.lua') diff --git a/xmake/modules/core/tools/cparser.lua b/xmake/modules/core/tools/cparser.lua index 884581fc1..d8603da30 100644 --- a/xmake/modules/core/tools/cparser.lua +++ b/xmake/modules/core/tools/cparser.lua @@ -94,7 +94,7 @@ function nf_warning(self, level) none = "-w" , less = "-Wall" , more = "-Wall" - , all = "-Wextra -Wall" + , all = "-Wall" , everything = "-Wextra -Wall" , error = "-Werror" } -- cgit v1.3.1