quite some Xcode warnings
This commit is contained in:
@@ -1400,7 +1400,7 @@ movebubbles()
|
|||||||
struct bubble *b;
|
struct bubble *b;
|
||||||
struct container *cons;
|
struct container *cons;
|
||||||
struct trap *btrap;
|
struct trap *btrap;
|
||||||
int x, y, i, j, bcpin;
|
int x, y, i, j, bcpin = 0;
|
||||||
|
|
||||||
/* set up the portal the first time bubbles are moved */
|
/* set up the portal the first time bubbles are moved */
|
||||||
if (!wportal)
|
if (!wportal)
|
||||||
|
|||||||
@@ -4828,7 +4828,7 @@ void
|
|||||||
globby_bill_fixup(obj_absorber, obj_absorbed)
|
globby_bill_fixup(obj_absorber, obj_absorbed)
|
||||||
struct obj *obj_absorber, *obj_absorbed;
|
struct obj *obj_absorber, *obj_absorbed;
|
||||||
{
|
{
|
||||||
int x, y;
|
int x = 0, y = 0;
|
||||||
struct bill_x *bp, *bp_absorber = (struct bill_x *) 0;
|
struct bill_x *bp, *bp_absorber = (struct bill_x *) 0;
|
||||||
struct monst *shkp = 0;
|
struct monst *shkp = 0;
|
||||||
struct eshk *eshkp;
|
struct eshk *eshkp;
|
||||||
|
|||||||
@@ -1158,6 +1158,7 @@
|
|||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
knownRegions = (
|
knownRegions = (
|
||||||
en,
|
en,
|
||||||
|
Base,
|
||||||
);
|
);
|
||||||
mainGroup = 3189576821A1FCC100FB2ABE;
|
mainGroup = 3189576821A1FCC100FB2ABE;
|
||||||
productRefGroup = 3189577221A1FCC100FB2ABE /* Products */;
|
productRefGroup = 3189577221A1FCC100FB2ABE /* Products */;
|
||||||
|
|||||||
@@ -907,7 +907,7 @@ curs_HPbar(char *text, /* pre-padded with trailing spaces if short */
|
|||||||
{
|
{
|
||||||
#ifdef STATUS_HILITES
|
#ifdef STATUS_HILITES
|
||||||
#ifdef TEXTCOLOR
|
#ifdef TEXTCOLOR
|
||||||
int coloridx;
|
int coloridx = 0;
|
||||||
#endif
|
#endif
|
||||||
#endif /* STATUS_HILITES */
|
#endif /* STATUS_HILITES */
|
||||||
int k, bar_pos;
|
int k, bar_pos;
|
||||||
|
|||||||
Reference in New Issue
Block a user