Clear extraneous error messages.

This commit is contained in:
Tim Kientzle 2009-12-29 06:27:19 +00:00
parent b1657eb07c
commit 9d7dd12525
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201169

View File

@ -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);
}