[GUI Engine] fix compiling warning

This commit is contained in:
Bernard Xiong 2017-12-23 23:55:36 +08:00
parent 9b8a8d6e5f
commit f7a8d6eb16
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@
#include <rtgui/region.h>
#include <rtgui/dc.h>
#include <string.h>
/* Lookup tables to expand partial bytes to the full 0..255 range */
static const rt_uint8_t lookup_0[] =