Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8aa16 commit 93d5b24Copy full SHA for 93d5b24
sys/modules/drm2/i915kms/Makefile
@@ -38,3 +38,8 @@ SRCS += device_if.h fb_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h \
38
opt_drm.h opt_compat.h opt_syscons.h
39
40
.include <bsd.kmod.mk>
41
+
42
+CWARNFLAGS.i915_debug.c= -Wno-unused-function
43
+CWARNFLAGS.intel_lvds.c= -Wno-unused
44
+CWARNFLAGS.intel_tv.c= -Wno-unused
45
+CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
0 commit comments