Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib centralie warnings



details:   https://anonhg.NetBSD.org/src/rev/4c483294a4c6
branches:  trunk
changeset: 375965:4c483294a4c6
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 23 12:04:42 2023 +0000

description:
centralie warnings

diffstat:

 crypto/external/bsd/openssl/lib/libapps/Makefile    |  13 +------------
 crypto/external/bsd/openssl/lib/libcommon/Makefile  |  13 +------------
 crypto/external/bsd/openssl/lib/libcrypto/Makefile  |  17 +----------------
 crypto/external/bsd/openssl/lib/libdefault/Makefile |  13 +------------
 crypto/external/bsd/openssl/lib/liblegacy/Makefile  |  13 +------------
 5 files changed, 5 insertions(+), 64 deletions(-)

diffs (145 lines):

diff -r b088809239d7 -r 4c483294a4c6 crypto/external/bsd/openssl/lib/libapps/Makefile
--- a/crypto/external/bsd/openssl/lib/libapps/Makefile  Tue May 23 11:37:23 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libapps/Makefile  Tue May 23 12:04:42 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2023/05/17 19:09:41 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2023/05/23 12:04:42 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -25,17 +25,6 @@ USE_FIPS=    no
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>
 
-CWARNFLAGS.clang+=     -Wno-empty-body -Wno-unused-value -Wno-parentheses -Wno-implicit-int-float-conversion
-# XXX: This warning seems to trigger incorrectly
-CWARNFLAGS.clang+=     -Wno-atomic-alignment
-
-LINTFLAGS+=    -X 161  # constant in conditional context
-LINTFLAGS+=    -X 129  # expression has null effect
-LINTFLAGS+=    -X 117  # bitwise '>>' on signed value possibly nonportable
-LINTFLAGS+=    -X 231  # argument '%s' unused in function '%s'
-LINTFLAGS+=    -X 220  # fallthrough on case statement
-LINTFLAGS+=    -X 118  # semantics of '%s' change in ANSI C; use explicit cast
-
 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC} -I${.CURDIR}
 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
 CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
diff -r b088809239d7 -r 4c483294a4c6 crypto/external/bsd/openssl/lib/libcommon/Makefile
--- a/crypto/external/bsd/openssl/lib/libcommon/Makefile        Tue May 23 11:37:23 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcommon/Makefile        Tue May 23 12:04:42 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2023/05/17 19:09:41 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2023/05/23 12:04:42 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -25,17 +25,6 @@ USE_FIPS=    no
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>
 
-CWARNFLAGS.clang+=     -Wno-empty-body -Wno-unused-value -Wno-parentheses -Wno-implicit-int-float-conversion
-# XXX: This warning seems to trigger incorrectly
-CWARNFLAGS.clang+=     -Wno-atomic-alignment
-
-LINTFLAGS+=    -X 161  # constant in conditional context
-LINTFLAGS+=    -X 129  # expression has null effect
-LINTFLAGS+=    -X 117  # bitwise '>>' on signed value possibly nonportable
-LINTFLAGS+=    -X 231  # argument '%s' unused in function '%s'
-LINTFLAGS+=    -X 220  # fallthrough on case statement
-LINTFLAGS+=    -X 118  # semantics of '%s' change in ANSI C; use explicit cast
-
 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC} -I${.CURDIR}
 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
 CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
diff -r b088809239d7 -r 4c483294a4c6 crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Tue May 23 11:37:23 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Tue May 23 12:04:42 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2023/05/17 19:09:41 christos Exp $
+#      $NetBSD: Makefile,v 1.29 2023/05/23 12:04:42 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -25,27 +25,12 @@ USE_FIPS=   no
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>
 
-COPTS+= -Wno-error=cast-qual -Wno-error=discarded-qualifiers
-COPTS+= -Wno-error=missing-field-initializers -Wno-error=char-subscripts
-CWARNFLAGS.clang+=     -Wno-empty-body -Wno-unused-value -Wno-parentheses -Wno-implicit-int-float-conversion
-# XXX: This warning seems to trigger incorrectly
-CWARNFLAGS.clang+=     -Wno-atomic-alignment
-
-LINTFLAGS+=    -X 161  # constant in conditional context
-LINTFLAGS+=    -X 129  # expression has null effect
-LINTFLAGS+=    -X 117  # bitwise '>>' on signed value possibly nonportable
-LINTFLAGS+=    -X 231  # argument '%s' unused in function '%s'
-LINTFLAGS+=    -X 220  # fallthrough on case statement
-LINTFLAGS+=    -X 118  # semantics of '%s' change in ANSI C; use explicit cast
-
 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
 CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
 CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
 CPPFLAGS+= -I${OPENSSLSRC}/../include
 
-
-
 CRYPTODIST=    ${NETBSDSRCDIR}/crypto
 OPENSSLINC=    ${OPENSSLSRC}/include/openssl
 
diff -r b088809239d7 -r 4c483294a4c6 crypto/external/bsd/openssl/lib/libdefault/Makefile
--- a/crypto/external/bsd/openssl/lib/libdefault/Makefile       Tue May 23 11:37:23 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libdefault/Makefile       Tue May 23 12:04:42 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2023/05/17 19:09:42 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2023/05/23 12:04:42 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -25,17 +25,6 @@ USE_FIPS=    no
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>
 
-CWARNFLAGS.clang+=     -Wno-empty-body -Wno-unused-value -Wno-parentheses -Wno-implicit-int-float-conversion
-# XXX: This warning seems to trigger incorrectly
-CWARNFLAGS.clang+=     -Wno-atomic-alignment
-
-LINTFLAGS+=    -X 161  # constant in conditional context
-LINTFLAGS+=    -X 129  # expression has null effect
-LINTFLAGS+=    -X 117  # bitwise '>>' on signed value possibly nonportable
-LINTFLAGS+=    -X 231  # argument '%s' unused in function '%s'
-LINTFLAGS+=    -X 220  # fallthrough on case statement
-LINTFLAGS+=    -X 118  # semantics of '%s' change in ANSI C; use explicit cast
-
 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC} -I${.CURDIR}
 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
 CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
diff -r b088809239d7 -r 4c483294a4c6 crypto/external/bsd/openssl/lib/liblegacy/Makefile
--- a/crypto/external/bsd/openssl/lib/liblegacy/Makefile        Tue May 23 11:37:23 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/liblegacy/Makefile        Tue May 23 12:04:42 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2023/05/19 18:45:52 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2023/05/23 12:04:42 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -25,17 +25,6 @@ USE_FORT?= yes       # cryptographic software
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>
 
-CWARNFLAGS.clang+=     -Wno-empty-body -Wno-unused-value -Wno-parentheses -Wno-implicit-int-float-conversion
-# XXX: This warning seems to trigger incorrectly
-CWARNFLAGS.clang+=     -Wno-atomic-alignment
-
-LINTFLAGS+=    -X 161  # constant in conditional context
-LINTFLAGS+=    -X 129  # expression has null effect
-LINTFLAGS+=    -X 117  # bitwise '>>' on signed value possibly nonportable
-LINTFLAGS+=    -X 231  # argument '%s' unused in function '%s'
-LINTFLAGS+=    -X 220  # fallthrough on case statement
-LINTFLAGS+=    -X 118  # semantics of '%s' change in ANSI C; use explicit cast
-
 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC} -I${.CURDIR}
 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
 CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp



Home | Main Index | Thread Index | Old Index