misc: just eliminate several 'unused' warning messages

[ plus we also play catch up on some earlier changes ]
[ that impacted skill.c, after using --enable-skill! ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2016-07-19 00:00:00 -05:00
committed by Craig Small
parent 634d115cca
commit 338166df57
6 changed files with 8 additions and 9 deletions

View File

@@ -236,7 +236,7 @@ static const char *format_parse(sf_node *sfn){
need_item=0;
}
} while (*++walk);
out:
if(!items){
free(buf);
goto empty;