Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
 ss.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ss.c b/ss.c
index 5934f06..59e134f 100644
--- a/ss.c
+++ b/ss.c
@@ -214,7 +214,9 @@ complete:
        return rc;
 }
 
-int ril_request_cancel_ussd(void *data, size_t size, RIL_Token token)
+int ril_request_cancel_ussd(__attribute__((unused)) void *data,
+                           __attribute__((unused)) size_t size,
+                           RIL_Token token)
 {
        struct ipc_ss_ussd_header ussd;
        int rc;
-- 
2.28.0

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to