aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_kvv.c
diff options
context:
space:
mode:
authorreinelt <>2006-08-16 14:18:14 +0000
committerreinelt <>2006-08-16 14:18:14 +0000
commit415ad7213917fc9d0048cdfbd2db17b2cfae8e0a (patch)
tree7317e248102382d0d781b8e14745b76346b4e7fc /plugin_kvv.c
parentb6b5a97eb3b5e511b09df35813e5910ec12aeb7c (diff)
downloadlcd4linux-415ad7213917fc9d0048cdfbd2db17b2cfae8e0a.tar.gz
[lcd4linux @ 2006-08-16 14:18:14 by reinelt]
T6963 enhancements: soft timing, DualScan, Cell size
Diffstat (limited to '')
-rw-r--r--plugin_kvv.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugin_kvv.c b/plugin_kvv.c
index 72414e0..3f9c82a 100644
--- a/plugin_kvv.c
+++ b/plugin_kvv.c
@@ -1,4 +1,4 @@
-/* $Id: plugin_kvv.c,v 1.4 2006/08/15 17:28:27 harbaum Exp $
+/* $Id: plugin_kvv.c,v 1.5 2006/08/16 14:18:14 reinelt Exp $
*
* plugin kvv (karlsruher verkehrsverbund)
*
@@ -23,6 +23,9 @@
*
*
* $Log: plugin_kvv.c,v $
+ * Revision 1.5 2006/08/16 14:18:14 reinelt
+ * T6963 enhancements: soft timing, DualScan, Cell size
+ *
* Revision 1.4 2006/08/15 17:28:27 harbaum
* Cleaned up thread and error handling
*
@@ -353,7 +356,8 @@ static void process_station_string(char *str)
}
}
-static void kvv_client(void *dummy)
+static void kvv_client( __attribute__ ((unused))
+ void *dummy)
{
char ibuffer[4096];
char obuffer[1024];