Skip to content
Snippets Groups Projects
Commit a2b92a65 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

common/cmd_ide.c: fix GCC 4.6 build warnings


Fix:
cmd_ide.c: In function 'ide_ident':
cmd_ide.c:988:6: warning: variable 'do_retry' set but not used
[-Wunused-but-set-variable]

Delete the unused variable.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 34c202c7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment