the following patch was just integrated into master: commit 2afbd6381c2e5e6bf0be8809ba450c350633ad26 Author: Nico Huber nico.huber@secunet.com Date: Sun May 26 14:06:41 2013 +0200
Fix a warning in elfload.c
Fix the warning:
main/elfload.c: In function 'load_segments': main/elfload.c:138:21: warning: variable 'time' set but not used [-Wunused-but-set-variable]
by setting 'time' (and 'start_time') only when DEBUG is enabled.
Change-Id: I19975963f180f7380dcae8d07f088505203fdbc9 Signed-off-by: Nico Huber nico.huber@secunet.com Reviewed-on: http://review.coreboot.org/3295 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc mr.nuke.me@gmail.com
See http://review.coreboot.org/3295 for details.
-gerrit