summaryrefslogtreecommitdiff
path: root/tests/examples/directfb
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-22 16:56:03 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-22 16:56:03 +0100
commit240f494aa7171e8ba08addc43e4b458b73c1615b (patch)
tree54e2c8079b63dbec1d467b09971119140d2a10e0 /tests/examples/directfb
parent647cf64c01ff63cca5699b827fa769bbfd944ca3 (diff)
Add -Wold-style-definition
and fix the warnings
Diffstat (limited to 'tests/examples/directfb')
-rw-r--r--tests/examples/directfb/gstdfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/directfb/gstdfb.c b/tests/examples/directfb/gstdfb.c
index 675e5e23c..dcbc4bd8a 100644
--- a/tests/examples/directfb/gstdfb.c
+++ b/tests/examples/directfb/gstdfb.c
@@ -57,7 +57,7 @@ typedef struct
} dyn_link;
static inline long
-myclock ()
+myclock (void)
{
struct timeval tv;