build warning
sp_lev.c: In function ‘lspo_altar’:
sp_lev.c:3962:9: warning: declaration of ‘shrine’ shadows a global
declaration [-Wshadow]
3962 | int shrine;
| ^~~~~~
In file included from ../include/hack.h:217,
from sp_lev.c:14:
../include/display.h:959:5: note: shadowed
declaration is here
959 | shrine
| ^~~~~~
This commit is contained in:
@@ -956,7 +956,7 @@ enum altar_types {
|
||||
altar_chaotic,
|
||||
altar_neutral,
|
||||
altar_lawful,
|
||||
shrine
|
||||
altar_shrine
|
||||
};
|
||||
|
||||
enum { GM_FLAGS, GM_TTYCHAR, GM_COLOR, NUM_GLYPHMOD }; /* glyphmod entries */
|
||||
|
||||
Reference in New Issue
Block a user