projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32235a
)
Remove -Qunused-arguments
author
Kirill Isakov
<bootctl@gmail.com>
Sat, 7 May 2022 11:15:35 +0000
(17:15 +0600)
committer
Kirill Isakov
<bootctl@gmail.com>
Sat, 7 May 2022 11:15:35 +0000
(17:15 +0600)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
82aa722
..
5200ab4
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-53,7
+53,6
@@
ld_flags = []
if cc_name != 'msvc'
cc_flags += [
- '-Qunused-arguments',
'-Wbad-function-cast',
'-Wduplicated-branches',
'-Wduplicated-cond',