Module Name: src
Committed By: christos
Date: Wed Dec 15 12:52:36 UTC 2021
Modified Files:
src/sys/arch/x68k/stand/boot_ufs: Makefile
Log Message:
remove naked -W
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x68k/stand/boot_ufs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/stand/boot_ufs/Makefile
diff -u src/sys/arch/x68k/stand/boot_ufs/Makefile:1.36 src/sys/arch/x68k/stand/boot_ufs/Makefile:1.37
--- src/sys/arch/x68k/stand/boot_ufs/Makefile:1.36 Sat Jan 18 02:25:11 2020
+++ src/sys/arch/x68k/stand/boot_ufs/Makefile Wed Dec 15 07:52:36 2021
@@ -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 @@ SRCS+= exec_image.S memset.S strcmp.S
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