fix compile warnings

This commit is contained in:
veejay
2023-10-08 21:02:38 +02:00
parent bdb5bb9f87
commit 4b51deabe4
18 changed files with 50 additions and 76 deletions

View File

@@ -378,7 +378,6 @@ int net_thread_start(vj_tag *tag, VJFrame *info)
void net_thread_stop(vj_tag *tag)
{
int p_err = 0;
threaded_t *t = (threaded_t*)tag->priv;
lock(t);