summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/ml.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-22 22:28:43 +0800
committerruki <[email protected]>2019-05-22 08:52:19 +0800
commitb91f9e89bed5bf3db0f7a0e78b6c69666eab21eb (patch)
tree77044802f928eb6bf8675ce567b376a19e66cf19 /xmake/modules/core/tools/ml.lua
parenta8bd687896b419e5af946844bc08138e48613275 (diff)
remove other extra warnings
Diffstat (limited to 'xmake/modules/core/tools/ml.lua')
-rw-r--r--xmake/modules/core/tools/ml.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua
index 4f186a58d..040df6fd7 100644
--- a/xmake/modules/core/tools/ml.lua
+++ b/xmake/modules/core/tools/ml.lua
@@ -69,7 +69,6 @@ function nf_warning(self, level)
, less = "-W1"
, more = "-W3"
, all = "-W3"
- , extra = "-W3"
, everything = "-W3"
, error = "-WX"
}