the following patch was just integrated into master: commit 48add62a6a5210fc46de9edfc01c8451f3fefea1 Author: Nico Huber nico.huber@secunet.com Date: Sun May 26 15:14:57 2013 +0200
Fix a warning in fsys_squashfs.c
Fix the following warning:
fs/fsys_squashfs.c: In function 'read_bytes': fs/fsys_squashfs.c:74:30: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
by removing the unused code to assign 'offset'.
Change-Id: If85647f98ea8e89eabb7d043632e39865cf8da7b Signed-off-by: Nico Huber nico.huber@secunet.com Reviewed-on: http://review.coreboot.org/3300 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc mr.nuke.me@gmail.com
See http://review.coreboot.org/3300 for details.
-gerrit