From 57a879849643e79d9674198a3a77c59532fb79b4 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 28 Apr 2011 07:58:00 +0000 Subject: xserver xkeyboard-config mesa git update 28 Apr 2011 --- xorg-server/fb/fbbltone.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xorg-server/fb/fbbltone.c') diff --git a/xorg-server/fb/fbbltone.c b/xorg-server/fb/fbbltone.c index 629b13a0e..0a91575a7 100644 --- a/xorg-server/fb/fbbltone.c +++ b/xorg-server/fb/fbbltone.c @@ -26,6 +26,11 @@ #include "fb.h" +#ifdef __clang__ +/* shift overflow is intentional */ +#pragma clang diagnostic ignored "-Wshift-overflow" +#endif + /* * Example: srcX = 13 dstX = 8 (FB unit 32 dstBpp 8) * -- cgit v1.2.3