fixing of minor compiler warnings
This commit is contained in:
@@ -117,7 +117,7 @@ void *thread_mid(){
|
||||
btm_status = local_status;
|
||||
|
||||
|
||||
long i;
|
||||
unsigned long i;
|
||||
for (i = 0; i < tmp.file_count; i++) {
|
||||
free(tmp.file_list[i].file_name);
|
||||
}
|
||||
@@ -244,7 +244,7 @@ void *thread_rgt(){
|
||||
render_queue[RENDER_QUEUE_RGT] = 1;
|
||||
|
||||
pthread_mutex_unlock(&mutex_rgt);
|
||||
long i;
|
||||
unsigned long i;
|
||||
for (i = 0; i < tmp.file_count; i++) {
|
||||
free(tmp.file_list[i].file_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user