Module Name: src
Committed By: pgoyette
Date: Sat Apr 6 10:29:13 UTC 2019
Modified Files:
src/external/bsd/pkg_install/sbin/pkg_create: Makefile
Log Message:
Treat implicit-fallthrough only as a warning
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/pkg_install/sbin/pkg_create/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/pkg_install/sbin/pkg_create/Makefile
diff -u src/external/bsd/pkg_install/sbin/pkg_create/Makefile:1.2 src/external/bsd/pkg_install/sbin/pkg_create/Makefile:1.3
--- src/external/bsd/pkg_install/sbin/pkg_create/Makefile:1.2 Mon Feb 2 20:47:21 2009
+++ src/external/bsd/pkg_install/sbin/pkg_create/Makefile Sat Apr 6 10:29:13 2019
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2009/02/02 20:47:21 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/06 10:29:13 pgoyette Exp $
# Original from FreeBSD, no rcs id.
PROG= pkg_create
SRCS= main.c perform.c pl.c util.c build.c
+COPTS.main.c+= -Wno-error=implicit-fallthrough
+
.include <bsd.init.mk>
.PATH: ${DIST}/create