mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Fix statement not reached warning for libarchive.
This commit is contained in:
@@ -149,7 +149,6 @@ archive_read_format_raw_read_data(struct archive_read *a,
|
||||
*offset = info->offset;
|
||||
return (avail);
|
||||
}
|
||||
return (ARCHIVE_OK);
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user