summaryrefslogtreecommitdiff
path: root/agent/agent-priv.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-01-14 17:59:16 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-05-20 17:09:34 -0400
commit9c1a41b06ab459ce33f32d25ce258fb21ba49047 (patch)
tree3722a071b5515afcdfbe8aa7db8f57575c4fdf2c /agent/agent-priv.h
parenta357b17f5f3415320b9ec7122738396ccd998521 (diff)
downloadlibnice-9c1a41b06ab459ce33f32d25ce258fb21ba49047.tar.gz
agent: Add warning on ignored result
Diffstat (limited to 'agent/agent-priv.h')
-rw-r--r--agent/agent-priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent-priv.h b/agent/agent-priv.h
index 1bbebdc..9b7bdba 100644
--- a/agent/agent-priv.h
+++ b/agent/agent-priv.h
@@ -173,7 +173,7 @@ agent_find_component (
guint stream_id,
guint component_id,
NiceStream **stream,
- NiceComponent **component);
+ NiceComponent **component) G_GNUC_WARN_UNUSED_RESULT;
NiceStream *agent_find_stream (NiceAgent *agent, guint stream_id);