summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cparser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/cparser.lua')
-rw-r--r--xmake/modules/core/tools/cparser.lua2
1 files changed, 1 insertions, 1 deletions
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"
}