commit | f3b3c3df189f4d35c903c3472619017d0bd1baa7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Mon Sep 26 02:26:06 2011 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 01 23:26:36 2011 +0200 |
tree | 740831a3cd72c4df1cb9463b4e1381922f204810 | |
parent | 564964bd8527667bf88a47890d73cac5eec16c55 [diff] |
GCC4.6: Squash warning in cmd_mem.c cmd_mem.c: In function ‘do_mem_loop’: cmd_mem.c:474:25: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] The assigned variable can be removed because the pointers are volatile so accesses to their addresses are always generated. Signed-off-by: Marek Vasut <marek.vasut@gmail.com>