summaryrefslogtreecommitdiff
path: root/tests/scanner/foo.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-03 10:50:21 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-07 04:29:14 -0500
commitb714353e38cf72b6cb2754d413b3688a47624028 (patch)
treef14a682d4f9a547c7410a3a3317f4bc2c3f17ea4 /tests/scanner/foo.c
parentbb1ac9cf2dc450c5d44b1e39e3162ba06069f4a1 (diff)
downloadgobject-introspection-b714353e38cf72b6cb2754d413b3688a47624028.tar.gz
tests: Move do_moo to warnlib
We want to warn on unnamed params in declarations to ensure that all functions are bindable. Thus, we need to move a test containing unnamed params to WarnLib so it can be tested. https://bugzilla.gnome.org/show_bug.cgi?id=693098
Diffstat (limited to 'tests/scanner/foo.c')
-rw-r--r--tests/scanner/foo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/scanner/foo.c b/tests/scanner/foo.c
index c883ada1..4d5090b6 100644
--- a/tests/scanner/foo.c
+++ b/tests/scanner/foo.c
@@ -124,12 +124,6 @@ regress_foo_sub_interface_do_bar (RegressFooSubInterface *self)
REGRESS_FOO_SUBINTERFACE_GET_INTERFACE(self)->do_bar (self);
}
-void
-regress_foo_sub_interface_do_moo (RegressFooSubInterface *self, int x, gpointer y)
-{
- REGRESS_FOO_SUBINTERFACE_GET_INTERFACE(self)->do_moo (self, x, y);
-}
-
/**
* regress_foo_sub_interface_do_baz:
* @self: