summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/dmd.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-21 10:25:44 +0800
committerGitHub <[email protected]>2019-05-21 10:25:44 +0800
commite0dd88cfd0f55f656fe865da208bc629bf78faa5 (patch)
tree3638e595e9acb54c09deb776975ca72f3de202f2 /xmake/modules/core/tools/dmd.lua
parent7ed7da5e9b333930081b50ff3781ea0a07417a1b (diff)
parentc9208456c2d0c8175d19290a50ccb6fdf95139bb (diff)
Merge pull request #420 from OpportunityLiu/more-warnings
support more warnings
Diffstat (limited to 'xmake/modules/core/tools/dmd.lua')
-rw-r--r--xmake/modules/core/tools/dmd.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/dmd.lua b/xmake/modules/core/tools/dmd.lua
index 2acddc2e6..8c4a50fdb 100644
--- a/xmake/modules/core/tools/dmd.lua
+++ b/xmake/modules/core/tools/dmd.lua
@@ -96,6 +96,8 @@ function nf_warning(self, level)
, less = "-w"
, more = "-w -wi"
, all = "-w -wi"
+ , extra = "-w -wi"
+ , everything = "-w -wi"
, error = "-de"
}