altos: Add pragma to eliminate unreachable code warning on SDCC
authorKeith Packard <keithp@keithp.com>
Sun, 28 Aug 2011 22:43:32 +0000 (15:43 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 28 Aug 2011 22:43:32 +0000 (15:43 -0700)
commit8eaa1c4697a3cfc2406e1adadc3094f7f712341a
tree633ba7aea9d8f4af99b32ce97a9aef25c9defdb0
parent7c6a3195dec6ac68f5d7b3f883ccc2c316384e76
altos: Add pragma to eliminate unreachable code warning on SDCC

This pragma was removed as GCC doesn't support it; make it conditional
on SDCC so that we eliminate a warning message.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_panic.c