Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/exec_elf32 Set WARNS=3 to appease sign-compare w...
details: https://anonhg.NetBSD.org/src/rev/14a7fbb8860c
branches: trunk
changeset: 997004:14a7fbb8860c
user: rin <rin%NetBSD.org@localhost>
date: Sun Feb 17 13:21:55 2019 +0000
description:
Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc.
diffstat:
sys/modules/exec_elf32/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 37547cd7a4b1 -r 14a7fbb8860c sys/modules/exec_elf32/Makefile
--- a/sys/modules/exec_elf32/Makefile Sun Feb 17 12:24:17 2019 +0000
+++ b/sys/modules/exec_elf32/Makefile Sun Feb 17 13:21:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/10/13 14:15:23 tsutsui Exp $
+# $NetBSD: Makefile,v 1.4 2019/02/17 13:21:55 rin Exp $
.include "../Makefile.inc"
@@ -21,4 +21,6 @@
.PATH: ${S}/kern
SRCS= exec_elf32.c core_elf32.c
+WARNS= 3
+
.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index