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

bedbug_860.c, bedbug_603e.c: Fix return type to silence compile warnings.


commit 47e26b1b "cmd_usage(): simplify return code handling" caused
the following compile warnings:

bedbug_860.c: In function 'bedbug860_do_break':
bedbug_860.c:73: warning: 'return' with a value, in function returning void
bedbug_860.c:121: warning: 'return' with a value, in function returning void

Fix the return type.

Actually these files could need some cleanup - commands should
return proper error codes, and there are coding style issues.
=> To be fixed later.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 2df0e6fc
No related branches found
No related tags found
No related merge requests found
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