projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
474b4df
)
command: Remove two dead stores.
author
Andre Noll
<maan@systemlinux.org>
Mon, 15 Aug 2011 18:20:02 +0000
(20:20 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 21 Sep 2011 15:58:45 +0000
(17:58 +0200)
command.c:771:2: warning: Value stored to 'ret' is never read
ret = -E_BAD_USER;
^ ~~~~~~~~~~~
command.c:765:2: warning: Value stored to 'numbytes' is never read
numbytes = ret;
^ ~~~
No differences found