Add -Wold-style-definition
authorBenjamin Otte <otte@redhat.com>
Mon, 22 Mar 2010 15:56:03 +0000 (16:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:04 +0000 (18:07 +0100)
and fix the warnings

tests/check/elements/amrparse.c

index be97444..4c6457d 100644 (file)
@@ -621,7 +621,7 @@ GST_END_TEST;
  * Create test suite.
  */
 static Suite *
-amrparse_suite ()
+amrparse_suite (void)
 {
   Suite *s = suite_create ("amrparse");
   TCase *tc_chain = tcase_create ("general");