Source-Changes-HG archive

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

[src/trunk]: src/lib/libcrypt libcrypt: fine-grained warnings for argon2, req...



details:   https://anonhg.NetBSD.org/src/rev/d3b5938637ae
branches:  trunk
changeset: 990082:d3b5938637ae
user:      nia <nia%NetBSD.org@localhost>
date:      Tue Oct 26 07:51:23 2021 +0000

description:
libcrypt: fine-grained warnings for argon2, requested by rin

diffstat:

 lib/libcrypt/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b8da50388d23 -r d3b5938637ae lib/libcrypt/Makefile
--- a/lib/libcrypt/Makefile     Tue Oct 26 06:34:02 2021 +0000
+++ b/lib/libcrypt/Makefile     Tue Oct 26 07:51:23 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2021/10/13 14:28:32 nia Exp $
+#      $NetBSD: Makefile,v 1.30 2021/10/26 07:51:23 nia Exp $
 
 .include <bsd.own.mk>
 
@@ -24,7 +24,8 @@
 # libargon2 sources
 .  for src in argon2.c core.c blake2b.c encoding.c ref.c
 SRCS+=         ${src}
-COPTS.${src}+= -Wno-error
+COPTS.${src}+= -Wno-error=cast-qual
+COPTS.${src}+= -Wno-error=type-limits
 COPTS.${src}+= -fvisibility=hidden
 .  endfor
 .  if ${MACHINE} == "vax"



Home | Main Index | Thread Index | Old Index