summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/dmd.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/dmd.lua
parenta8bd687896b419e5af946844bc08138e48613275 (diff)
remove other extra warnings
Diffstat (limited to 'xmake/modules/core/tools/dmd.lua')
-rw-r--r--xmake/modules/core/tools/dmd.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/dmd.lua b/xmake/modules/core/tools/dmd.lua
index 8c4a50fdb..6f92b402d 100644
--- a/xmake/modules/core/tools/dmd.lua
+++ b/xmake/modules/core/tools/dmd.lua
@@ -96,7 +96,6 @@ function nf_warning(self, level)
, less = "-w"
, more = "-w -wi"
, all = "-w -wi"
- , extra = "-w -wi"
, everything = "-w -wi"
, error = "-de"
}