sercomm.c: Avoid unused variable compiler warning
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 18:09:35 +0000 (02:09 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 18:09:35 +0000 (02:09 +0800)
commitb504f5c8b8316066abe63967781045d496df020f
treeb78081d786011e660e28c9711c9e089a719c8583
parentfe353f1b9f047d23172f777510c28e035eb70d64
sercomm.c: Avoid unused variable compiler warning

For the host build the local_irq_save/_restore is a NOOP
and the compiler warns about the unused flags variable. Cast
it to void to avoid compiler warning.
src/target/firmware/comm/sercomm.c