summaryrefslogtreecommitdiff
path: root/tests/scanner/foo.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-29 17:33:22 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-29 18:57:03 +0200
commit77b1ca0d89006d63db5d5ffbb2da0fb4c260b248 (patch)
treeabd2b5a79cb63ed94cedc69fbd4cb3fcaa86f8ca /tests/scanner/foo.c
parent9535fc481f28fa661fa9d48b932e089aa3504bc3 (diff)
downloadgobject-introspection-77b1ca0d89006d63db5d5ffbb2da0fb4c260b248.tar.gz
build: enable -Wredundant-decls
The ffi decls were added in cbdd9ee09e367e4dd to work around broken ffi headers. Let's assume this is fixed now.
Diffstat (limited to 'tests/scanner/foo.c')
-rw-r--r--tests/scanner/foo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scanner/foo.c b/tests/scanner/foo.c
index a574a8ef..2fc8ed9e 100644
--- a/tests/scanner/foo.c
+++ b/tests/scanner/foo.c
@@ -10,7 +10,6 @@ int regress_foo_init_argv (int argc, char **argv);
int regress_foo_init_argv_address (int *argc, char ***argv);
void regress_foo_private_function (RegressFooObject *regress_foo);
void regress_foo_test_unsigned (unsigned int uint);
-void regress_foo_interface_do_regress_foo (RegressFooInterface *self, int x);
void regress_foo_do_regress_foo (RegressFooInterface *self, int x);
int regress_foo_enum_method (RegressFooEnumType regress_foo_enum);
RegressFooHidden * regress_foo_hidden_copy (const RegressFooHidden *boxed);