summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2024-01-26 22:44:05 +0800
committerruki <[email protected]>2024-01-26 22:44:05 +0800
commitb67d2ce203e9535e0f2004ce7f81a690a79ec0ca (patch)
tree9026db9a6a7a4ac11cf58f1d03dd9147a1201fcb /xmake/plugins
parent3b12cd7ac54e33af6891fc7444128bb5c493366f (diff)
improve more warnings
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)