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 -W === -Wextra



details:   https://anonhg.NetBSD.org/src/rev/21dd255561ea
branches:  trunk
changeset: 1027687:21dd255561ea
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 15 13:22:34 2021 +0000

description:
-W === -Wextra

diffstat:

 sys/arch/x68k/stand/boot_ufs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e3e9db3eeb0f -r 21dd255561ea sys/arch/x68k/stand/boot_ufs/Makefile
--- a/sys/arch/x68k/stand/boot_ufs/Makefile     Wed Dec 15 13:03:33 2021 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/Makefile     Wed Dec 15 13:22:34 2021 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index