aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-12-29 21:17:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-12-29 21:17:35 +0000
commite0b124a618d893a886ba1d34f4a6f65aa1da8950 (patch)
treea5776c7c33b9cdc131eb5d38d99ff739c85acdbc /sys/conf
parent5f09751fe30a04d8d2f0de7ab3a8bca8fa983a4d (diff)
downloadsrc-e0b124a618d893a886ba1d34f4a6f65aa1da8950.tar.gz
src-e0b124a618d893a886ba1d34f4a6f65aa1da8950.zip
For sys/dev/ce/tau32-ddk.c, disable the following warning when building
with clang: sys/dev/ce/tau32-ddk.c:1228:37: warning: implicit truncation from 'int' to bitfield changes value from 65532 to 8188 [-Wconstant-conversion] Since this file is obfuscated C, we can never determine (in a sane way, at least :) if this points to a real problem or not. The driver has been in the tree for more than five years, so it most likely isn't. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=228971
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 824461218358..8d36c349c5a2 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -148,7 +148,8 @@ dev/atkbdc/atkbdc_subr.c optional atkbdc
dev/atkbdc/psm.c optional psm atkbdc
dev/ce/ceddk.c optional ce
dev/ce/if_ce.c optional ce
-dev/ce/tau32-ddk.c optional ce
+dev/ce/tau32-ddk.c optional ce \
+ compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
dev/cm/if_cm_isa.c optional cm isa
dev/coretemp/coretemp.c optional coretemp
dev/cp/cpddk.c optional cp