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:
parent
5cf0194676
commit
a6c73eb65a
3 changed files with 6 additions and 2 deletions
|
|
@ -565,7 +565,7 @@ struct monlev {
|
|||
struct linked_list {
|
||||
struct linked_list *l_next;
|
||||
struct linked_list *l_prev;
|
||||
char *l_data; /* Various structure pointers */
|
||||
void *l_data; /* Various structure pointers */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue