1
0
Fork 0
forked from len0rd/rockbox

Remove next reported 'set but unused' warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-05-23 19:09:04 +00:00
parent 8767ba9a85
commit ecb4d2d9a7
2 changed files with 3 additions and 5 deletions

View file

@ -395,7 +395,7 @@ int plugin_main(void)
{
int button, avg_peak, t_disp=0;
int font_h, font_w;
bool pulse=true;
bool pulse __attribute__ ((unused)) = true; /* 'unused' resolves warnings */
rb->lcd_getstringsize("A", &font_w, &font_h);
starfield_init(&starfield);
starfield_add_stars(&starfield, INIT_STARS);