Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot_ufs remove naked -W
details: https://anonhg.NetBSD.org/src/rev/710ef8d271b1
branches: trunk
changeset: 1027684:710ef8d271b1
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 15 12:52:36 2021 +0000
description:
remove naked -W
diffstat:
sys/arch/x68k/stand/boot_ufs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 411bd6cec671 -r 710ef8d271b1 sys/arch/x68k/stand/boot_ufs/Makefile
--- a/sys/arch/x68k/stand/boot_ufs/Makefile Wed Dec 15 12:24:13 2021 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/Makefile Wed Dec 15 12:52:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/01/18 07:25:11 isaki Exp $
+# $NetBSD: Makefile,v 1.37 2021/12/15 12:52:36 christos Exp $
NOMAN= # defined
@@ -34,7 +34,7 @@
CFLAGS= -Os -fomit-frame-pointer -fno-unwind-tables
CFLAGS+= -m68020-60
-CFLAGS+= -W -Wall -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CPPFLAGS+= -DTEXTADDR="$(TEXT)" -DBOOT_TEXTADDR="$(BOOT_TEXT)"
CPPFLAGS+= -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"
CPPFLAGS+= -DSCSI_ADHOC_BOOTPART
Home |
Main Index |
Thread Index |
Old Index