Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/lib/libntp put back the warn flags



details:   https://anonhg.NetBSD.org/src/rev/4cad1fb0b00c
branches:  trunk
changeset: 933731:4cad1fb0b00c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 29 20:16:07 2020 +0000

description:
put back the warn flags

diffstat:

 external/bsd/ntp/lib/libntp/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r b19a50a49b54 -r 4cad1fb0b00c external/bsd/ntp/lib/libntp/Makefile
--- a/external/bsd/ntp/lib/libntp/Makefile      Fri May 29 20:15:37 2020 +0000
+++ b/external/bsd/ntp/lib/libntp/Makefile      Fri May 29 20:16:07 2020 +0000
@@ -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 @@
 
 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}.
 #



Home | Main Index | Thread Index | Old Index