]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Eliminate compiling warning.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 18 Jan 2009 13:05:18 +0000 (08:05 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 18 Jan 2009 13:05:18 +0000 (08:05 -0500)
SVN-Revision: 440

libarchive/archive_read_disk_entry_from_file.c

index 48668fa159d7fd2861a9cedde40176f0be8492ba..03ab73eb8b6c467af2571034d5e44c3467be857f 100644 (file)
@@ -258,6 +258,7 @@ setup_acls_posix1e(struct archive_read_disk *a,
        (void)a;      /* UNUSED */
        (void)entry;  /* UNUSED */
        (void)fd;     /* UNUSED */
+       return (ARCHIVE_OK);
 }
 #endif