aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake.lua b/xmake.lua
index 68a824b40..cb70c34ea 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -50,8 +50,6 @@ if is_os("windows") then
end
if is_os("linux") then
- add_cxxflags("-Wno-unused-variable")
- add_cxxflags("-Wno-unused-parameter")
add_cxxflags("-Wno-unused-value")
add_cxxflags("-Wno-strict-aliasing")
add_cxxflags("-Wno-implicit-fallthrough")