Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WirePlumber
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
George Kiagiadakis
WirePlumber
Commits
41b1f400
Commit
41b1f400
authored
Apr 26, 2019
by
George Kiagiadakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin-registry-impl: remove useless warning
parent
26ad8bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
src/plugin-registry-impl.h
src/plugin-registry-impl.h
+4
-6
No files found.
src/plugin-registry-impl.h
View file @
41b1f400
...
...
@@ -26,12 +26,10 @@ gboolean wp_plugin_registry_impl_invoke_internal (WpPluginRegistryImpl * self,
#define wp_plugin_registry_impl_invoke(r, func, data) \
G_STMT_START { \
if (!(0 ? func ((WpPlugin *) NULL, data) : \
wp_plugin_registry_impl_invoke_internal ( \
WP_PLUGIN_REGISTRY_IMPL (r), (WpPluginFunc) func, \
(gpointer) data))) { \
g_warning ("No plugin handled invocation to " #func); \
} \
(0 ? func ((WpPlugin *) NULL, data) : \
wp_plugin_registry_impl_invoke_internal ( \
WP_PLUGIN_REGISTRY_IMPL (r), (WpPluginFunc) func, \
(gpointer) data)); \
} G_STMT_END
G_END_DECLS
...
...
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