fix warning for borland

This commit is contained in:
Bill Hoffman 2009-11-13 07:39:10 -05:00
parent e28636ba61
commit a875845be9
1 changed files with 3 additions and 0 deletions

View File

@ -1973,6 +1973,9 @@ namespace{
fprintf(out, " -> %s", archive_entry_symlink(entry));
}
}
#ifdef __BORLANDC__
# pragma warn -8066 /* unreachable code */
#endif
int copy_data(struct archive *ar, struct archive *aw)
{