1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

fixed some compiler warnings

This commit is contained in:
nova
2025-07-06 05:10:14 +02:00
parent 5185e74441
commit 88beeffafe
3 changed files with 7 additions and 15 deletions

2
main.c
View File

@@ -89,7 +89,6 @@ int main(){
render_pass();
}
/*
threading_free();
pthread_join(thread_l, NULL);
@@ -97,7 +96,6 @@ int main(){
pthread_join(thread_m, NULL);
pthread_join(thread_t, NULL);
pthread_join(thread_b, NULL);
*/
delwin(win_l);
delwin(win_m);