CVS commit: src/sys/modules/i915drmkms

2021-12-18 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Dec 19 01:03:42 UTC 2021

Modified Files:
src/sys/modules/i915drmkms: Makefile

Log Message:
Suppress some harmless clang warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/modules/i915drmkms/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/modules/i915drmkms/Makefile
diff -u src/sys/modules/i915drmkms/Makefile:1.18 src/sys/modules/i915drmkms/Makefile:1.19
--- src/sys/modules/i915drmkms/Makefile:1.18	Thu Jun  3 15:59:04 2021
+++ src/sys/modules/i915drmkms/Makefile	Sun Dec 19 01:03:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/06/03 15:59:04 nia Exp $
+# $NetBSD: Makefile,v 1.19 2021/12/19 01:03:42 riastradh Exp $
 
 .include "../Makefile.inc"
 .include "../drmkms/Makefile.inc"
@@ -26,6 +26,8 @@ CPPFLAGS+=	-DNVGA=1
 
 CWARNFLAGS+=	-Wno-shadow
 CWARNFLAGS+=	-Wno-pointer-arith
+CWARNFLAGS.clang+=	-Wno-error=enum-conversion
+CWARNFLAGS.clang+=	-Wno-error=unused-function
 
 # Code imported from Linux - expects signed overflow to be OK.
 COPTS+=		-fwrapv



CVS commit: src/sys/modules/i915drmkms

2021-12-18 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Dec 19 01:03:42 UTC 2021

Modified Files:
src/sys/modules/i915drmkms: Makefile

Log Message:
Suppress some harmless clang warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/modules/i915drmkms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.