mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 13:26:34 +01:00
Fix unused parameter and unused result warnings
This commit is contained in:
@@ -233,6 +233,8 @@ static int process_response(struct Recv_Curl_Data *recv_data)
|
||||
|
||||
void *lookup_thread_func(void *data)
|
||||
{
|
||||
UNUSED_VAR(data);
|
||||
|
||||
ToxWindow *self = t_data.self;
|
||||
|
||||
char input_domain[MAX_STR_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user