From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 29 Sep 2012 13:14:13 +0200 Subject: [U-Boot] [PATCH] cmd_fat.c: fix build warning In-Reply-To: <1348915975-18500-1-git-send-email-agust@denx.de> References: <20120929123236.5065f1a4@lilith> <1348915975-18500-1-git-send-email-agust@denx.de> Message-ID: <20120929131413.15082afb@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 29 Sep 2012 12:52:55 +0200 Anatolij Gustschin wrote: > Commit cfda5aeab89d73779e26f0d34cf10f64caa67431 > (cmd_fat: use common get_device_and_partition function) > introduced a warning: > cmd_fat.c: In function 'do_fat_fswrite': > cmd_fat.c:178:8: warning: unused variable 'ep' [-Wunused-variable] > > Fix it. > > Signed-off-by: Anatolij Gustschin > --- > common/cmd_fat.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Reported-by: Albert ARIBAUD I forgot to add attribution tag, so resending. patchwork hopefully will add it when picking the patch. Thanks, Anatolij