Addressed several compiler warnings.

This commit is contained in:
mcclure
2017-10-09 13:03:48 -04:00
parent 08374524d0
commit fc4c64c782
61 changed files with 163 additions and 395 deletions

View File

@@ -161,7 +161,7 @@ ASPELL(spell_summon)
}
/* Used by the locate object spell to check the alias list on objects */
int isname_obj(char *search, char *list)
static int isname_obj(char *search, char *list)
{
char *found_in_list; /* But could be something like 'ring' in 'shimmering.' */
char searchname[128];