freebsd-skq/sys/modules/drm
dim adbe8c42f7 For several files in sys/dev/drm, disable -Wunused-value when building
with clang.  There are several macros in these files that return values,
and in some cases nothing is done with them, but it is completely
harmless.  For some other files, also disable -Wconstant-conversion,
since that triggers a false positive with the DMA_BIT_MASK() macro.

MFC after:	1 week
2011-12-30 01:54:45 +00:00
..
drm
i915
mach64
mga
r128 For several files in sys/dev/drm, disable -Wunused-value when building 2011-12-30 01:54:45 +00:00
radeon For several files in sys/dev/drm, disable -Wunused-value when building 2011-12-30 01:54:45 +00:00
savage
sis
tdfx
via For several files in sys/dev/drm, disable -Wunused-value when building 2011-12-30 01:54:45 +00:00
Makefile Welcome drm support for VIA unichrome chips. 2010-01-31 14:30:39 +00:00
Makefile.inc