Commit 5690be83 authored by Dafydd Harries's avatar Dafydd Harries

mark unused parameters

darcs-hash:20070213124349-c9803-d240ea5b69b82d2121d092a60ecd814584135a50.gz
parent f65be701
...@@ -12,10 +12,13 @@ ...@@ -12,10 +12,13 @@
static void static void
recv_cb ( recv_cb (
NiceAgent *agent, NiceAgent *agent,
G_GNUC_UNUSED
guint stream_id, guint stream_id,
G_GNUC_UNUSED
guint candidate_id, guint candidate_id,
guint len, guint len,
gchar *buf, gchar *buf,
G_GNUC_UNUSED
gpointer user_data) gpointer user_data)
{ {
g_debug ("got media"); g_debug ("got media");
......
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