diff options
Diffstat (limited to 'xmake/modules/core/tools/dmd.lua')
| -rw-r--r-- | xmake/modules/core/tools/dmd.lua | 2 |
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" } |
