diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-22 16:56:03 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-22 16:56:03 +0100 |
commit | 240f494aa7171e8ba08addc43e4b458b73c1615b (patch) | |
tree | 54e2c8079b63dbec1d467b09971119140d2a10e0 /tests/examples/directfb | |
parent | 647cf64c01ff63cca5699b827fa769bbfd944ca3 (diff) |
Add -Wold-style-definition
and fix the warnings
Diffstat (limited to 'tests/examples/directfb')
-rw-r--r-- | tests/examples/directfb/gstdfb.c | 2 |
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; |