Module Name: src Committed By: christos Date: Fri May 29 20:16:08 UTC 2020
Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: put back the warn flags To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/bsd/ntp/lib/libntp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/ntp/lib/libntp/Makefile diff -u src/external/bsd/ntp/lib/libntp/Makefile:1.23 src/external/bsd/ntp/lib/libntp/Makefile:1.24 --- src/external/bsd/ntp/lib/libntp/Makefile:1.23 Fri May 29 06:47:37 2020 +++ src/external/bsd/ntp/lib/libntp/Makefile Fri May 29 16:16:07 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/05/29 10:47:37 kamil Exp $ +# $NetBSD: Makefile,v 1.24 2020/05/29 20:16:07 christos Exp $ LIBISPRIVATE=yes @@ -85,10 +85,6 @@ ymd2yd.c CPPFLAGS+= -I${IDIST}/sntp/libopts -COPTS.msyslog.c+= -Wno-error=format-nonliteral - -CWARNFLAGS.clang+= -Wno-error=implicit-int-float-conversion - # For MKREPRO, avoid using __DATE__ and __TIME__. # Instead, use the date and time from ${IMPORTDATE_FILE}. #