Commit 3964ff7b authored by Dafydd Harries's avatar Dafydd Harries

agent/: add unused qualifier to various parameters

darcs-hash:20070212132011-c9803-e17587438c2d56ea96e5f74771abfce0e54da53a.gz
parent 842c3c13
...@@ -44,7 +44,9 @@ struct _Component ...@@ -44,7 +44,9 @@ struct _Component
static Component * static Component *
component_new (ComponentType type) component_new (
G_GNUC_UNUSED
ComponentType type)
{ {
Component *component; Component *component;
...@@ -866,6 +868,7 @@ void ...@@ -866,6 +868,7 @@ void
nice_agent_send ( nice_agent_send (
NiceAgent *agent, NiceAgent *agent,
guint stream_id, guint stream_id,
G_GNUC_UNUSED
guint component_id, guint component_id,
guint len, guint len,
gchar *buf) gchar *buf)
......
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