From e055b69a71c9096fbd00f6fa378a137517e8c72d Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 6 Jan 2009 06:54:12 +0000 Subject: compiler warning removed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@945 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_picoLCD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drv_picoLCD.c') diff --git a/drv_picoLCD.c b/drv_picoLCD.c index b52a814..7b6fb75 100644 --- a/drv_picoLCD.c +++ b/drv_picoLCD.c @@ -207,7 +207,7 @@ static int drv_pL_backlight(int backlight) #define _USBLCD_MAX_DATA_LEN 24 #define IN_REPORT_KEY_STATE 0x11 -static int drv_pL_gpi(int num) +static int drv_pL_gpi(__attribute__ ((unused)) int num) { int ret; unsigned char read_packet[_USBLCD_MAX_DATA_LEN]; -- cgit v1.2.3