diff options
| author | ruki <[email protected]> | 2019-05-22 00:49:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-21 22:58:53 +0800 |
| commit | a8bd687896b419e5af946844bc08138e48613275 (patch) | |
| tree | b4cbae58ebcc3a2f2caf5d7c74c543cac94af024 /xmake/modules/core/tools/clang.lua | |
| parent | a3c9277b29176637c74c5feb3a7018e5c75a6d38 (diff) | |
remove extra warning level
Diffstat (limited to 'xmake/modules/core/tools/clang.lua')
| -rw-r--r-- | xmake/modules/core/tools/clang.lua | 1 |
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" } |
