Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/dhcp apply some -Wno-enum-compare
details: https://anonhg.NetBSD.org/src/rev/7c5d4d73101b
branches: trunk
changeset: 766629:7c5d4d73101b
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jun 29 02:40:11 2011 +0000
description:
apply some -Wno-enum-compare
diffstat:
usr.sbin/dhcp/common/Makefile | 4 +++-
usr.sbin/dhcp/server/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r ee6b9c177882 -r 7c5d4d73101b usr.sbin/dhcp/common/Makefile
--- a/usr.sbin/dhcp/common/Makefile Wed Jun 29 02:36:26 2011 +0000
+++ b/usr.sbin/dhcp/common/Makefile Wed Jun 29 02:40:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/05/03 14:48:32 lukem Exp $
+# $NetBSD: Makefile,v 1.24 2011/06/29 02:40:11 mrg Exp $
LIBISPRIVATE= yes
@@ -12,3 +12,5 @@
DHCPSRCDIR= common
.include <bsd.lib.mk>
+
+CPPFLAGS.dns.c+= -Wno-enum-compare
diff -r ee6b9c177882 -r 7c5d4d73101b usr.sbin/dhcp/server/Makefile
--- a/usr.sbin/dhcp/server/Makefile Wed Jun 29 02:36:26 2011 +0000
+++ b/usr.sbin/dhcp/server/Makefile Wed Jun 29 02:40:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/08/29 00:02:25 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.15 2011/06/29 02:40:11 mrg Exp $
.include <bsd.own.mk>
@@ -20,3 +20,5 @@
.endif
.include <bsd.prog.mk>
+
+CPPFLAGS.ddns.c+= -Wno-enum-compare
Home |
Main Index |
Thread Index |
Old Index