summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/clang.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-22 00:49:48 +0800
committerruki <[email protected]>2019-05-21 22:58:53 +0800
commita8bd687896b419e5af946844bc08138e48613275 (patch)
treeb4cbae58ebcc3a2f2caf5d7c74c543cac94af024 /xmake/modules/core/tools/clang.lua
parenta3c9277b29176637c74c5feb3a7018e5c75a6d38 (diff)
remove extra warning level
Diffstat (limited to 'xmake/modules/core/tools/clang.lua')
-rw-r--r--xmake/modules/core/tools/clang.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/clang.lua b/xmake/modules/core/tools/clang.lua
index 693dad71a..b7291b285 100644
--- a/xmake/modules/core/tools/clang.lua
+++ b/xmake/modules/core/tools/clang.lua
@@ -76,7 +76,6 @@ function nf_warning(self, level)
, less = "-Wall"
, more = "-Wall"
, all = "-Wall"
- , extra = "-Wextra"
, everything = "-Weverything"
, error = "-Werror"
}