Commit 9c1a41b0 authored by Olivier Crête's avatar Olivier Crête

agent: Add warning on ignored result

parent a357b17f
...@@ -173,7 +173,7 @@ agent_find_component ( ...@@ -173,7 +173,7 @@ agent_find_component (
guint stream_id, guint stream_id,
guint component_id, guint component_id,
NiceStream **stream, NiceStream **stream,
NiceComponent **component); NiceComponent **component) G_GNUC_WARN_UNUSED_RESULT;
NiceStream *agent_find_stream (NiceAgent *agent, guint stream_id); NiceStream *agent_find_stream (NiceAgent *agent, guint stream_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment