eliminated compiler warnings

This commit is contained in:
boercher
2005-10-25 22:34:07 +00:00
parent 305c5856cd
commit bba4631370
8 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ CFontz633_flush (Driver *drvthis)
MODULE_EXPORT char *
CFontz633_get_key (Driver *drvthis)
{
PrivateData *p = drvthis->private_data;
// PrivateData *p = drvthis->private_data;
unsigned char key;
key = GetKeyFromKeyRing(&keyring);