Module Name: src
Committed By: christos
Date: Wed Dec 15 13:22:34 UTC 2021
Modified Files:
src/sys/arch/x68k/stand/boot_ufs: Makefile
Log Message:
-W === -Wextra
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/sys/arch/x68k/stand/boot_ufs/Makefile:1.38
--- src/sys/arch/x68k/stand/boot_ufs/Makefile:1.37 Wed Dec 15 07:52:36 2021
+++ src/sys/arch/x68k/stand/boot_ufs/Makefile Wed Dec 15 08:22:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/12/15 12:52:36 christos Exp $
+# $NetBSD: Makefile,v 1.38 2021/12/15 13:22:34 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+= -Wall -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+= -Wextra -Wall -Wstrict-prototypes -Wmissing-prototypes
CPPFLAGS+= -DTEXTADDR="$(TEXT)" -DBOOT_TEXTADDR="$(BOOT_TEXT)"
CPPFLAGS+= -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"
CPPFLAGS+= -DSCSI_ADHOC_BOOTPART