]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: fix 'dummy' is used uninitialized in this function warning
authorKim Phillips <kim.phillips@freescale.com>
Mon, 15 Jun 2009 16:50:40 +0000 (11:50 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Jul 2009 19:37:02 +0000 (21:37 +0200)
commit2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
tree5fae1a48efcdede436184ab2cb0c3a24cc91f1d7
parent1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
common: fix 'dummy' is used uninitialized in this function warning

fix this gcc 4.4 warning:

xyzModem.c: In function 'xyzModem_stream_open':
xyzModem.c:564: warning: 'dummy' is used uninitialized in this function

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
common/xyzModem.c