summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/watch/main.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/plugins/watch/main.lua b/xmake/plugins/watch/main.lua
index 1b9890be6..cbef811ae 100644
--- a/xmake/plugins/watch/main.lua
+++ b/xmake/plugins/watch/main.lua
@@ -91,9 +91,6 @@ function _run_command(events)
if option.get("diagnosis") then
table.insert(argv, "-D")
end
- if option.get("warning") then
- table.insert(argv, "-w")
- end
local target = option.get("target")
if target then
table.insert(argv, target)