From 53ed3be0463522cc3f8028def453c78be10f165b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 24 Jul 2009 21:35:13 +0200 Subject: fix most -Wall warnings add missing includes, add some casts to avoid format warnings, mark one function as static. There are still warnings about unused argc/argv [#61 state:resolved] Signed-off-by: Matt Colyer --- dev/afccheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/afccheck.c') diff --git a/dev/afccheck.c b/dev/afccheck.c index 9174e32..cf75e71 100644 --- a/dev/afccheck.c +++ b/dev/afccheck.c @@ -38,7 +38,7 @@ typedef struct { } param; -void check_afc(gpointer data) +static void check_afc(gpointer data) { //prepare a buffer unsigned int buffersize = BUFFER_SIZE * sizeof(unsigned int); -- cgit v1.1-32-gdbae