Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/telnet Bump WARNS to 5, and remove unnecessary -Wno ...
details: https://anonhg.NetBSD.org/src/rev/4451b5ed1d31
branches: trunk
changeset: 838150:4451b5ed1d31
user: maya <maya%NetBSD.org@localhost>
date: Sat Jan 05 06:59:46 2019 +0000
description:
Bump WARNS to 5, and remove unnecessary -Wno (tested with pkgsrc clang 7)
diffstat:
usr.bin/telnet/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 12ec7db0a1fa -r 4451b5ed1d31 usr.bin/telnet/Makefile
--- a/usr.bin/telnet/Makefile Sat Jan 05 06:56:03 2019 +0000
+++ b/usr.bin/telnet/Makefile Sat Jan 05 06:59:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/01/05 06:56:03 maya Exp $
+# $NetBSD: Makefile,v 1.56 2019/01/05 06:59:46 maya Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -30,8 +30,7 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
#
-WARNS?= 4 # XXX -Wshadow etc. fix asap
-CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-format-security
+WARNS?= 5
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index