From 77ee2851def905c8be09fc3d7d2d3c5cd4f204a6 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 26 Jan 2014 15:02:11 +0100 Subject: Fix warnings. convbdf needed to be updated for the changed font struct because it generates sysfont.c. Change-Id: Id5aea6b6c73438242a80ae6849ee5e29ab8659dc --- tools/convbdf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/convbdf.c') diff --git a/tools/convbdf.c b/tools/convbdf.c index 4cc7ec9983..c508bbf2e8 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -1211,6 +1211,8 @@ int gen_c_source(struct font* pf, char *path) char obuf[256]; char hdr1[] = { "/* Generated by convbdf on %s. */\n" + "#include \n" + "#include \"config.h\"\n" "#include \"font.h\"\n" "#ifdef HAVE_LCD_BITMAP\n" "\n" @@ -1418,6 +1420,7 @@ int gen_c_source(struct font* pf, char *path) " 0, /* ^ position */\n" " 0, /* ^ end */\n" " 0, /* ^ size */\n" + " false, /* disabled */\n" " {{0,0,0,0,0},0,0,0,0,0}, /* cache */\n" " 0, /* */\n" " 0, /* */\n" -- cgit v1.2.3