aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCD.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 06:54:12 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 06:54:12 +0000
commite055b69a71c9096fbd00f6fa378a137517e8c72d (patch)
tree46573aa91af39d2f58ec4f913b296b6e4a05af9b /drv_picoLCD.c
parent68bf671bff288602d42142f293b6af7c661ad859 (diff)
downloadlcd4linux-e055b69a71c9096fbd00f6fa378a137517e8c72d.tar.gz
compiler warning removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@945 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_picoLCD.c')
-rw-r--r--drv_picoLCD.c2
1 files changed, 1 insertions, 1 deletions
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];