Reacted on warnings of Debian buildd with clang
This commit is contained in:
@ -489,8 +489,9 @@ static int isoburn_welcome_media(struct isoburn **o, struct burn_drive *d,
|
||||
goto ex;
|
||||
if(ret>0) { /* point msc1 to last session */
|
||||
if((*o)->toc!=NULL) {
|
||||
for(t= (*o)->toc; t->next!=NULL; t= t->next);
|
||||
(*o)->fabricated_msc1= t->start_lba;
|
||||
for(t= (*o)->toc; t->next!=NULL; t= t->next)
|
||||
; /* clang wants newline in empty loops */
|
||||
(*o)->fabricated_msc1= t->start_lba;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user