Skip to content
Snippets Groups Projects
Commit ae806cc6 authored by Mike Frysinger's avatar Mike Frysinger Committed by Graeme Russ
Browse files

sc520: fix build warning about unused temp var


Building the eNET_SRAM board fails for me:
	sc520_timer.c: In function 'sc520_udelay':
	sc520_timer.c:81:7: error: variable 'temp' set but not used
		[-Werror=unused-but-set-variable]
	cc1: all warnings being treated as errors
	make[1]: *** [sc520_timer.o] Error 1

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent fca94c3f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment