shadow: Define c2p_unsupported

Just make this call BUG_WARN(1) to indicate that something unexpected
happened

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2013-04-25 09:02:31 -07:00
parent 7ab98bafc9
commit e779402d53

View File

@ -41,7 +41,9 @@ static inline void _transp(CARD32 d[], unsigned int i1, unsigned int i2,
}
extern void c2p_unsupported(void);
static inline void c2p_unsupported(void) {
BUG_WARN(1);
}
static inline CARD32 get_mask(unsigned int n)
{