🐞 fix(warning as error): fix unused parameter warning
This commit is contained in:
@@ -105,7 +105,7 @@ static void plugin_manager_per_thread_data_free(struct plugin_manger_per_thread_
|
||||
return;
|
||||
}
|
||||
|
||||
static void tcp_stream_msg_free_fn(void *msg, void *msg_free_arg)
|
||||
static void tcp_stream_msg_free_fn(void *msg, void *msg_free_arg __attribute__((unused)))
|
||||
{
|
||||
struct session *cur_sess = plugin_manager_scratch_session_get();
|
||||
if(msg && cur_sess)session_free_tcp_segment(cur_sess, (struct tcp_segment *)msg);
|
||||
|
||||
Reference in New Issue
Block a user