safe_qbuf arguments
Pat's compiler triggered a warning because safe_qbuf is declared as `char *' but might return `last_resort' which is `const char *'.
This commit is contained in:
@@ -1481,7 +1481,7 @@ E int NDECL(doloot);
|
||||
E int FDECL(use_container, (struct obj *,int));
|
||||
E int FDECL(loot_mon, (struct monst *,int *,boolean *));
|
||||
E int NDECL(dotip);
|
||||
E char *FDECL(safe_qbuf, (char *,unsigned,char *,char *,const char *));
|
||||
E char *FDECL(safe_qbuf, (char *,unsigned,char *,char *,char *));
|
||||
|
||||
/* ### pline.c ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user