Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libfido2/lib libfido2: Needs -Wno-error=pointer...
details: https://anonhg.NetBSD.org/src/rev/d8fa10083e17
branches: trunk
changeset: 374803:d8fa10083e17
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat May 13 13:04:03 2023 +0000
description:
libfido2: Needs -Wno-error=pointer-sign on arm.
diffstat:
external/bsd/libfido2/lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b761f060931a -r d8fa10083e17 external/bsd/libfido2/lib/Makefile
--- a/external/bsd/libfido2/lib/Makefile Sat May 13 12:51:28 2023 +0000
+++ b/external/bsd/libfido2/lib/Makefile Sat May 13 13:04:03 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/05/08 23:45:52 christos Exp $
+# $NetBSD: Makefile,v 1.10 2023/05/13 13:04:03 riastradh Exp $
NOLINT=
.include <bsd.own.mk>
@@ -116,6 +116,7 @@ COPTS.assert.c+=-Wno-error=deprecated-de
COPTS.cbor.c+=-Wno-error=deprecated-declarations
COPTS.cred.c+=-Wno-error=deprecated-declarations
COPTS.ecdh.c+=-Wno-error=deprecated-declarations
+COPTS.ecdh.c+=-Wno-error=pointer-sign
COPTS.es256.c+=-Wno-error=deprecated-declarations
COPTS.rs256.c+=-Wno-error=deprecated-declarations
Home |
Main Index |
Thread Index |
Old Index