summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-30 01:54:45 +0000
committerdim <dim@FreeBSD.org>2011-12-30 01:54:45 +0000
commitadbe8c42f79bf4991f2e9bb6d301e3f99a44f923 (patch)
treece03deb84259c3d8bb7412ac9228596346d53a8d /sys/dev
parentcb0679d00b9b71ec69cd51a6cc653cbdd191c0d1 (diff)
downloadFreeBSD-src-adbe8c42f79bf4991f2e9bb6d301e3f99a44f923.zip
FreeBSD-src-adbe8c42f79bf4991f2e9bb6d301e3f99a44f923.tar.gz
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
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud