artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ffafa
)
Do not pass -Werror twice when building with clang.
author
naddy
<naddy@openbsd.org>
Wed, 22 May 2024 15:24:55 +0000
(15:24 +0000)
committer
naddy
<naddy@openbsd.org>
Wed, 22 May 2024 15:24:55 +0000
(15:24 +0000)
usr.bin/ssh/Makefile.inc
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/Makefile.inc
b/usr.bin/ssh/Makefile.inc
index
4864179
..
7c35090
100644
(file)
--- a/
usr.bin/ssh/Makefile.inc
+++ b/
usr.bin/ssh/Makefile.inc
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.inc,v 1.9
1 2024/05/22 11:49:36 miod
Exp $
+# $OpenBSD: Makefile.inc,v 1.9
2 2024/05/22 15:24:55 naddy
Exp $
.include <bsd.own.mk>
@@
-19,7
+19,6
@@
CDIAGFLAGS+= -Wunused
CDIAGFLAGS+= -Wno-unused-parameter # Lots of these in protocol handlers.
.if ${COMPILER_VERSION:L} == "clang"
CDIAGFLAGS+= -Widiomatic-parentheses -Wparentheses
-CDIAGFLAGS+= -Werror
.endif
.if ${COMPILER_VERSION:L} != "gcc3"
CDIAGFLAGS+= -Wstrict-aliasing=2