fix compiler warnings

This commit is contained in:
Markus Fröschle
2016-10-04 06:39:12 +00:00
parent 65f6519b6a
commit c904b7e208
15 changed files with 83 additions and 58 deletions

View File

@@ -488,6 +488,12 @@ int fb_find_mode(struct fb_var_screeninfo *var,
dbg("fb_find_mode\r\n");
/*
* FIXME: temporarily use unused variables here to make compiler happy
*/
(void) yres_specified;
(void) bpp_specified;
/* Set up defaults */
if (!db)
{