[PATCH] fbconsole: move font variable into struct font_desc

Du Huanpeng u74147 at gmail.com
Mon Nov 9 00:21:01 PST 2015


On Sat, Nov 07, 2015 at 07:16:16PM -0800, Du Huanpeng wrote:
thanks!
because my next patch will change this line to:

+	int index;
+	if (font->index == NULL) {
+		index  = font->width + 7;
+		index /= 8;
+		index *= font->height;
+		index *= ch;

so, I didn't fix this warning.

- - -
Du Huanpeng




More information about the barebox mailing list