commit | 99f2c76821e4ba84be1f5cc0a9d06582a2d56df6 | [log] [tgz] |
---|---|---|
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | Mon Dec 12 01:36:53 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Dec 12 14:23:22 2011 +0100 |
tree | 21221dd68fa54e507daa0a18bd60f221504ea0ae | |
parent | d798a9b5d50527713adc6309206a8d9f287593fb [diff] |
board/mpl/common/isa.c: Fix GCC 4.6 build warnings Fix: ../common/isa.c: In function 'handle_isa_int': ../common/isa.c:385:21: warning: variable 'isr2' set but not used [-Wunused-but-set-variable] ../common/isa.c:385:16: warning: variable 'isr1' set but not used [-Wunused-but-set-variable] Signed-off-by: David Mueller <d.mueller@elsoft.ch>