mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Clear extraneous error messages.
This commit is contained in:
parent
b1657eb07c
commit
9d7dd12525
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201169
@ -50,5 +50,7 @@ archive_read_support_compression_all(struct archive *a)
|
||||
* "as much as possible." Clients who need specific
|
||||
* compression should enable those individually so they can
|
||||
* verify the level of support. */
|
||||
/* Clear any warning messages set by the above functions. */
|
||||
archive_clear_error(a);
|
||||
return (ARCHIVE_OK);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user