Fix various overlooked causes of warnings.

GCC5 now produces under 300 lines of warnings, but the remaining ones
will require more complex solutions.
This commit is contained in:
John "Elwin" Edwards 2016-03-06 21:02:59 -05:00
parent 5cf0194676
commit a6c73eb65a
3 changed files with 6 additions and 2 deletions

View file

@ -1165,6 +1165,7 @@ void use_mm(int which);
char *vowelstr(char *str);
void wait_for(WINDOW *win, char ch);
struct linked_list *wake_monster(int y, int x);
void wanderer(void);
void waste_time(void);
char *weap_name(struct object *obj);
void wear(void);