summaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc.c b/ipc.c
index e791ced..3286370 100644
--- a/ipc.c
+++ b/ipc.c
@@ -32,7 +32,8 @@
* Utils
*/
-void ipc_log_handler(void *log_data, const char *message)
+void ipc_log_handler(__attribute__((unused)) void *log_data,
+ const char *message)
{
RIL_LOGD("%s", message);
}