Add -Wold-style-definition

and fix the warnings
This commit is contained in:
Benjamin Otte 2010-03-22 16:56:03 +01:00 committed by Tim-Philipp Müller
parent 50356ade08
commit ead9bd6b62

View 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");