Remove a compile warning

This commit is contained in:
Cary R 2013-07-11 18:01:35 -07:00
parent dec0fa622c
commit 3e75f8e41f
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ static void store_package_in_work(const Package*pack)
pack->write_to_stream(file);
}
static int emit_packages(perm_string lib_name, const map<perm_string,Package*>&packages)
static int emit_packages(perm_string, const map<perm_string,Package*>&packages)
{
int errors = 0;
for (map<perm_string,Package*>::const_iterator cur = packages.begin()