Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/zfs remove NOGCCERROR; hides real issues.



details:   https://anonhg.NetBSD.org/src/rev/9b481aae075e
branches:  trunk
changeset: 834582:9b481aae075e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 18 11:57:57 2018 +0000

description:
remove NOGCCERROR; hides real issues.

diffstat:

 sys/modules/zfs/Makefile.zfsmod |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fd4b783374b4 -r 9b481aae075e sys/modules/zfs/Makefile.zfsmod
--- a/sys/modules/zfs/Makefile.zfsmod   Sat Aug 18 09:47:59 2018 +0000
+++ b/sys/modules/zfs/Makefile.zfsmod   Sat Aug 18 11:57:57 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.zfsmod,v 1.7 2018/05/28 21:05:01 chs Exp $
+#      $NetBSD: Makefile.zfsmod,v 1.8 2018/08/18 11:57:57 christos Exp $
 
 ZFSDIR=        ${S}/../external/cddl/osnet
 
@@ -118,7 +118,6 @@
 SRCS+= zfs_stub.c
 
 WARNS=         0
-NOGCCERROR=    yes
 
 CWARNFLAGS+=   -Wall
 CWARNFLAGS+=   -Wno-unknown-pragmas



Home | Main Index | Thread Index | Old Index