Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dbus
dbus
Commits
21545047
Commit
21545047
authored
Mar 01, 2018
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid -Wunused-function for iterate_both_main_loops() without containers
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
eebe2476
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/containers.c
test/containers.c
+2
-0
No files found.
test/containers.c
View file @
21545047
...
...
@@ -104,6 +104,7 @@ name_gone_set_boolean_cb (GDBusConnection *conn,
}
#endif
#ifdef HAVE_CONTAINERS_TEST
static
void
iterate_both_main_loops
(
TestMainContext
*
ctx
)
{
...
...
@@ -114,6 +115,7 @@ iterate_both_main_loops (TestMainContext *ctx)
test_main_context_iterate
(
ctx
,
FALSE
);
g_main_context_iteration
(
NULL
,
FALSE
);
}
#endif
static
DBusHandlerResult
observe_shouting_cb
(
DBusConnection
*
observer
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment