]> tinc-vpn.org Git - tinc/commitdiff
Remove -Qunused-arguments
authorKirill Isakov <bootctl@gmail.com>
Sat, 7 May 2022 11:15:35 +0000 (17:15 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sat, 7 May 2022 11:15:35 +0000 (17:15 +0600)
meson.build

index 82aa72238fe51ca53a70d077b20a9a2d3e53f732..5200ab42ba59c1bb21e07fdff439b7913c75b19b 100644 (file)
@@ -53,7 +53,6 @@ ld_flags = []
 
 if cc_name != 'msvc'
   cc_flags += [
-    '-Qunused-arguments',
     '-Wbad-function-cast',
     '-Wduplicated-branches',
     '-Wduplicated-cond',