comparison arogue5/rogue.h @ 234:c10fe421b8fb

Fix various overlooked causes of warnings. GCC5 now produces under 300 lines of warnings, but the remaining ones will require more complex solutions.
author John "Elwin" Edwards
date Sun, 06 Mar 2016 21:02:59 -0500
parents b67b99f6c92b
children 3d4252fa2ed3
comparison
equal deleted inserted replaced
233:0990adf580ee 234:c10fe421b8fb
1163 void updpack(bool getmax); 1163 void updpack(bool getmax);
1164 void use_mm(int which); 1164 void use_mm(int which);
1165 char *vowelstr(char *str); 1165 char *vowelstr(char *str);
1166 void wait_for(WINDOW *win, char ch); 1166 void wait_for(WINDOW *win, char ch);
1167 struct linked_list *wake_monster(int y, int x); 1167 struct linked_list *wake_monster(int y, int x);
1168 void wanderer(void);
1168 void waste_time(void); 1169 void waste_time(void);
1169 char *weap_name(struct object *obj); 1170 char *weap_name(struct object *obj);
1170 void wear(void); 1171 void wear(void);
1171 void wghtchk(void); 1172 void wghtchk(void);
1172 void whatis(struct linked_list *what); 1173 void whatis(struct linked_list *what);