diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-01 12:51:41 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-07-01 12:54:06 +0800 |
commit | a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207 (patch) | |
tree | 68e50d60f3bce60605ef9f09b93c8f5540fc3ebf /board/ait/cam_enc_4xx | |
parent | f75fba3a63f23ef980a98c4072f38d71fbd6fdba (diff) | |
download | u-boot-imx-a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207.zip u-boot-imx-a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207.tar.gz u-boot-imx-a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207.tar.bz2 |
MLK-11211 lcd: fix build warning
Fix build warning:
common/lcd.c: In function 'lcd_clear':
common/lcd.c:166:6: warning: variable 'bg_color' set but not used [-Wunused-but-set-variable]
int bg_color;
^
common/lcd.c: In function 'lcd_setmem':
common/lcd.c:296:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'u_long' [-Wformat=]
debug("LCD panel info: %d x %d, %d bit/pix\n", panel_info.vl_col,
^
common/lcd.c:296:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'u_long' [-Wformat=]
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'board/ait/cam_enc_4xx')
0 files changed, 0 insertions, 0 deletions