FreeBSD Bugzilla – Attachment 167651 Details for
Bug 207657
games/fairymax: Update to 5.0b
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
log: make.* output
fairymax_5_0b_make.log (text/plain), 44.46 KB, created by
Kalten
on 2016-03-02 19:03:30 UTC
(
hide
)
Description:
log: make.* output
Filename:
MIME Type:
Creator:
Kalten
Created:
2016-03-02 19:03:30 UTC
Size:
44.46 KB
patch
obsolete
>===> Cleaning for fairymax-5.0b >===> Found saved configuration for fairymax-5.0b >===> fairymax-5.0b depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by fairymax-5.0b for building >===> Extracting for fairymax-5.0b >=> SHA256 Checksum OK for fairymax-f7a7847.tar.gz. >===> Patching for fairymax-5.0b >===> fairymax-5.0b depends on executable: gmake - found >===> fairymax-5.0b depends on package: perl5>=5.20<5.21 - found >===> Configuring for fairymax-5.0b >===> Building for fairymax-5.0b >gmake[2]: Entering directory '/.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847' >cc -O2 -pipe -O2 -fstack-protector -fno-strict-aliasing -fstack-protector -DFAIRYDIR=\"/usr/local/share/fairymax/fmax.ini\" fairymax.c -o fairymax >cc -O2 -pipe -O2 -fstack-protector -fno-strict-aliasing -fstack-protector -DFAIRYDIR=\"/usr/local/share/fairymax/fmax.ini\" -DSHATRANJ fairymax.c -o shamax >cc -O2 -pipe -O2 -fstack-protector -fno-strict-aliasing -fstack-protector -DINI_FILE=\"/usr/local/share/fairymax/qmax.ini\" maxqi.c -o maxqi >pod2man -s 6 fairymax.pod | gzip -9n > fairymax.6.gz >maxqi.c:176:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >pboard() >^~~~~~ >maxqi.c:179:1: warning: control reaches end of non-void function [-Wreturn-type] >} >^ >maxqi.c:181:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >D(k,q,l,e,z,n) /* recursive minimax search, k=moving side, n=depth*/ >^ >maxqi.c:191:13: warning: '&' within '|' [-Wbitwise-op-parentheses] > if(a->K-Z|z&S | /* miss: other pos. or empty*/ > ~~^~ >maxqi.c:191:13: note: place parentheses around the '&' expression to silence this warning > if(a->K-Z|z&S | /* miss: other pos. or empty*/ > ^ > ( ) >maxqi.c:192:11: warning: '&' within '|' [-Wbitwise-op-parentheses] > !(m<=q|F&8&&m>=l|F&S)) /* or window incompatible */ > ~~^~ >maxqi.c:192:11: note: place parentheses around the '&' expression to silence this warning > !(m<=q|F&8&&m>=l|F&S)) /* or window incompatible */ > ^ > ( ) >maxqi.c:192:21: warning: '&' within '|' [-Wbitwise-op-parentheses] > !(m<=q|F&8&&m>=l|F&S)) /* or window incompatible */ > ~~^~ >maxqi.c:192:21: note: place parentheses around the '&' expression to silence this warning > !(m<=q|F&8&&m>=l|F&S)) /* or window incompatible */ > ^ > ( ) >maxqi.c:195:13: warning: '&&' within '||' [-Wlogical-op-parentheses] > z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time */ > ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >maxqi.c:195:13: note: place parentheses around the '&&' expression to silence this warning > z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time */ > ^ >maxqi.c:207:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > W(r=o[++j]) /* loop over directions o[] */ > ~^~~~~~~ >maxqi.c:207:8: note: place parentheses around the assignment to silence this warning > W(r=o[++j]) /* loop over directions o[] */ > ^ > ( ) >maxqi.c:207:8: note: use '==' to turn this assignment into an equality comparison > W(r=o[++j]) /* loop over directions o[] */ > ^ > == >maxqi.c:216:12: warning: '&&' within '||' [-Wlogical-op-parentheses] > {if(t&&(t&16)==k||flag>>10&zn[y])break; /* capture own or bad zone */ > ~^~~~~~~~~~~~~ >maxqi.c:216:12: note: place parentheses around the '&&' expression to silence this warning > {if(t&&(t&16)==k||flag>>10&zn[y])break; /* capture own or bad zone */ > ^ > ( ) >maxqi.c:234:15: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses] > C=R<10|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */ > ~~~~^ >maxqi.c:234:15: note: place parentheses around the '<' expression to silence this warning > C=R<10|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */ > ^ > ( ) >maxqi.c:234:15: note: place parentheses around the | expression to evaluate it first > C=R<10|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */ > ^ > ( ) >maxqi.c:234:26: warning: '&&' within '||' [-Wlogical-op-parentheses] > C=R<10|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */ > ~~~^~~~~ >maxqi.c:234:26: note: place parentheses around the '&&' expression to silence this warning > C=R<10|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */ > ^ > ( ) >fairymax.c:176:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >maxqi.cD(k,q,l,e,E,z,n) /* recursive minimax search, k=moving side, n=depth*/:244:20: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses] > >^ > Fifty = t|p<3?0:Fifty+1; > ^~~~ >maxqi.c:244:20: note: place parentheses around the '<' expression to silence this warning > Fifty = t|p<3?0:Fifty+1; > ^ > ( ) >maxqi.c:244:20: note: place parentheses around the | expression to evaluate it first > Fifty = t|p<3?0:Fifty+1; > ^ > ( ) >fairymax.c:184:13: warning: '&' within '|' [-Wbitwise-op-parentheses] > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ~~^~ >fairymax.c:184:13: note: place parentheses around the '&' expression to silence this warning > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ^ > ( ) >fairymax.c:185:11: warning: '&' within '|' [-Wbitwise-op-parentheses] > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ~~^~ >fairymax.c:185:11: note: place parentheses around the '&' expression to silence this warning > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ^ > ( ) >fairymax.c:185:21: warning: '&' within '|' [-Wbitwise-op-parentheses] > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ~~^~ >fairymax.c:185:21: note: place parentheses around the '&' expression to silence this warning > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ^ > ( ) >fairymax.c:184:15: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ~~~~~~~~~~^~~~~~~~~ >fairymax.c:184:15: note: place parentheses around the '&&' expression to silence this warning > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ^ > ( ) >fairymax.c:191:13: warning: '&&' within '||' [-Wlogical-op-parentheses] > z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time */ > ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >fairymax.c:191:13: note: place parentheses around the '&&' expression to silence this warning > z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time */ > ^ >fairymax.c:203:20: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses] > if(hill&&w[p]<0&b[769+x])m=I,d=98; /* King on the hill: we won */ > ~~~~~~^ >fairymax.c:203:20: note: place parentheses around the '<' expression to silence this warning > if(hill&&w[p]<0&b[769+x])m=I,d=98; /* King on the hill: we won */ > ^ > ( ) >fairymax.c:203:20: note: place parentheses around the & expression to evaluate it first > if(hill&&w[p]<0&b[769+x])m=I,d=98; /* King on the hill: we won */ > ^ > ( ) >fairymax.c:205:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > W(r=o[++j]) /* loop over directions o[] */ > ~^~~~~~~ >fairymax.c:205:8: note: place parentheses around the assignment to silence this warning > W(r=o[++j]) /* loop over directions o[] */ > ^ > ( ) >fairymax.c:205:8: note: use '==' to turn this assignment into an equality comparison > W(r=o[++j]) /* loop over directions o[] */ > ^ > == >fairymax.c:222:13: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses] > if(p<3&flag)H=(y^E)&(E>>9^511)?H:z&S-1; /* shift capt.sqr. H if e.p.*/ > ~~~^ >fairymax.c:222:13: note: place parentheses around the '<' expression to silence this warning > if(p<3&flag)H=(y^E)&(E>>9^511)?H:z&S-1; /* shift capt.sqr. H if e.p.*/ > ^ > ( ) >fairymax.c:222:13: note: place parentheses around the & expression to evaluate it first > if(p<3&flag)H=(y^E)&(E>>9^511)?H:z&S-1; /* shift capt.sqr. H if e.p.*/ > ^ > ( ) >maxqi.c:348:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >InitEngine() >^~~~~~~~~~ >fairymax.c:228:13: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses] > t>>3&kk!=H&kk!=S||(kk=H,i=-i,0)))m=I,d=98;/* or duple check: cutoff*/ > ^~~~~~ >fairymax.c:228:13: note: place parentheses around the '!=' expression to silence this warning > t>>3&kk!=H&kk!=S||(kk=H,i=-i,0)))m=I,d=98;/* or duple check: cutoff*/ > ^ > ( ) >fairymax.c:228:13: note: place parentheses around the & expression to evaluate it first > t>>3&kk!=H&kk!=S||(kk=H,i=-i,0)))m=I,d=98;/* or duple check: cutoff*/ > ^ > ( ) >maxqi.c:354:1: warning: control reaches end of non-void function [-Wreturn-type] >} >^ >fairymax.c:242:18: maxqi.c:356:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] >InitGame() >^~~~~~~~ > +(R-76>>2); /* end-game Pawn-push bonus */ > ~^~~~~ >fairymax.c:242:18: note: place parentheses around the '-' expression to silence this warning > +(R-76>>2); /* end-game Pawn-push bonus */ > ^ > ( ) >fairymax.c:249:22: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses] > if(GamePtr<6&Randomize)v+=(Rand()>>10&31)-16; /* randomize */ > ~~~~~~~~~^ >fairymax.c:249:22: note: place parentheses around the '<' expression to silence this warning > if(GamePtr<6&Randomize)v+=(Rand()>>10&31)-16; /* randomize */ > ^ > ( ) >fairymax.c:249:22: note: place parentheses around the & expression to evaluate it first >maxqi.c:370:1: warning: control reaches end of non-void function [-Wreturn-type] >} >^ > if(GamePtr<6&Randomize)v+=(Rand()>>10&31)-16; /* randomize */ > ^ > ( ) >fairymax.c:256:15: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses] > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~~~^ >fairymax.c:256:15: note: place parentheses around the '<' expression to silence this warning > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~~~^ >fairymax.c:256:15: note: place parentheses around the | expression to evaluate it first > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~^~~~ >fairymax.c:256:26: warning: '&&' within '||' [-Wlogical-op-parentheses] > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~~^~~~~~~~ >fairymax.c:256:26: note: place parentheses around the '&&' expression to silence this warning > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ^ > ( ) >fairymax.c:264:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > W(*sp++=*p++); > ~~~~~^~~~~ >fairymax.c:264:17: note: place parentheses around the assignment to silence this warning > W(*sp++=*p++); > ^ > ( ) >fairymax.c:264:17: note: use '==' to turn this assignment into an equality comparison > W(*sp++=*p++); > ^ > == >fairymax.c:275:20: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses] > Fifty = t|p<3?0:Fifty+1; > ^~~~ >fairymax.c:275:20: note: place parentheses around the '<' expression to silence this warning > Fifty = t|p<3?0:Fifty+1; > ^ > ( ) >fairymax.c:275:20: note: place parentheses around the | expression to evaluate it first > Fifty = t|p<3?0:Fifty+1; > ^ > ( ) >fairymax.c:284:19: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] > if(z&S&&!ab&K==I&d>2&v>V&v<l){int *p=ps;char X,Y; > ^~~~~ >fairymax.c:284:19: note: place parentheses around the '==' expression to silence this warning > if(z&S&&!ab&K==I&d>2&v>V&v<l){int *p=ps;char X,Y; > ^ > ( ) >fairymax.c:284:19: note: place parentheses around the & expression to evaluate it first > if(z&S&&!ab&K==I&d>2&v>V&v<l){int *p=ps;char X,Y; > ^ > ( ) >maxqi.c:450:97: warning: '/*' within block comment [-Wcomment] > /* printf("tell c='%c' i=%d od[i]=%d j=%d (%3d,%8x)\n",c,i,od[i],j,o[j-1],of[j-1]); /**/ > ^ >fairymax.c:295:22: warning: '&' within '|' [-Wbitwise-op-parentheses] > m=v,X=x,Y=y|S&F; /* mark non-double with S */ > ~~^~ >fairymax.c:295:22: note: place parentheses around the '&' expression to silence this warning > m=v,X=x,Y=y|S&F; /* mark non-double with S */ > ^ > ( ) >fairymax.c:306:13: warning: '&' within '|' [-Wbitwise-op-parentheses] >fairymax.c:176:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] > s=t&&2&~rg|~t&16^k;v=r^flag>>RBITS; /* platform & toggled vector*/ > ~^~~~~ >fairymax.c:306:13: noteD(k,q,l,e,E,z,n) /* recursive minimax search, k=moving side, n=depth*/ >^ >: place parentheses around the '&' expression to silence this warning > s=t&&2&~rg|~t&16^k;v=r^flag>>RBITS; /* platform & toggled vector*/ > ^ > ( ) >fairymax.c:307:21: warning: '&' within '|' [-Wbitwise-op-parentheses] > if(flag&15^4|u&vf|| /* no double or moved before*/ > ~~^~~ >fairymax.c:307:21: note: place parentheses around the '&' expression to silence this warning > if(flag&15^4|u&vf|| /* no double or moved before*/ > ^ > ( ) >fairymax.cfairymax.c:308:13: warning: & has lower precedence than >; > will be evaluated first [-Wparentheses] >:184:13: warning: '&' within '|' [-Wbitwise-op-parentheses] > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ~~~^ >fairymax.c:308:13: note: place parentheses around the '>' expression to silence this warning > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ~~^~ >fairymax.c:184:13: p>2&!(flag&128)&& /* no P & no virgin jump, */ > ^ > ( ) > notefairymax.c:308:13: note: place parentheses around the & expression to evaluate it first >: place parentheses around the '&' expression to silence this warning > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ^ > ( ) > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ^ > ( ) >fairymax.c:309:17: warning: '&' within '|' [-Wbitwise-op-parentheses] >fairymax.c:185:11: warning: '&' within '|' [-Wbitwise-op-parentheses] > ((b[G=x&~15|(r>0)*(BW-1)]^32)<33 /* no virgin R in corner G, */ > ~^~~~~ >fairymax.c:309:17 !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ~~^~ >: notefairymax.c:185:11: note: place parentheses around the '&' expression to silence this warning >: place parentheses around the '&' expression to silence this warning > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ^ > ((b[G=x&~15|(r>0)*(BW-1)]^32)<33 /* no virgin R in corner G, */ > ^ > ( ) > ( ) >fairymax.c:185:21: warning: '&' within '|' [-Wbitwise-op-parentheses] >fairymax.c:308:25: warning: '&&' within '||' [-Wlogical-op-parentheses] > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ~~^~ >fairymax.c:185:21: note: place parentheses around the '&' expression to silence this warning > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >fairymax.c:308:25: note: place parentheses around the '&&' expression to silence this warning > !(m<=q|X&4&&m>=l|X&2)) /* or window incompatible */ > ^ > ( ) >fairymax.c:184 p>2&!(flag&128)&& /* no P & no virgin jump, */ > ^ >:15: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ~~~~~~~~~~^~~~~~~~~ >fairymax.c:184:15: note: place parentheses around the '&&' expression to silence this warning > if(a->K-Z|z&S&&(X=8)|| /* miss: other pos. or empty*/ > ^ > ( ) >fairymax.c:314:19: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(s&&flag&8&&!(y=rg&1?y-r:y,t=0) /* hoppers go to next phase */ > ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >fairymax.c:314:19: note: place parentheses around the '&&' expression to silence this warning >fairymax.c:191:13: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(s&&flag&8&&!(y=rg&1?y-r:y,t=0) /* hoppers go to next phase */ > ^ > ( ) >fairymax.c:315:23: warning: '&&' within '||' [-Wlogical-op-parentheses] > z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time */ > ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >fairymax.c:191:13: ||!(flag&128)&&!rg--) /* zig-zag piece? (w. delay)*/ > ~~~~~~~~~~~~~^~~~~~~ > note: place parentheses around the '&&' expression to silence this warning >fairymax.c:315:23: note: place parentheses around the '&&' expression to silence this warning > z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time */ > ^ > ||!(flag&128)&&!rg--) /* zig-zag piece? (w. delay)*/ > ^ > ( ) >fairymax.c:203:20: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses] > if(hill&&w[p]<0&b[769+x])m=I,d=98; /* King on the hill: we won */ > ~~~~~~^ >fairymax.c:203:20: note: place parentheses around the '<' expression to silence this warning >maxqi.c if(hill&&w[p]<0&b[769+x])m=I,d=98; /* King on the hill: we won */ > ^ > ( ) >:661:fairymax.c:203:20: note: place parentheses around the & expression to evaluate it first >46: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] > if(hill&&w[p]<0&b[769+x])m=I,d=98; /* King on the hill: we won */ > ^ > ( ) > MovesLeft = -(GamePtr+(Side==WHITE)>>1); > ~~~~~~~^~~~~~~~~~~~~~~~ >maxqi.c:661:46: note: place parentheses around the '+' expression to silence this warning >fairymax.c:205:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > MovesLeft = -(GamePtr+(Side==WHITE)>>1); > ^ > ( ) > W(r=o[++j]) /* loop over directions o[] */ > ~^~~~~~~ >fairymax.c:205:8: note: place parentheses around the assignment to silence this warning > W(r=o[++j]) /* loop over directions o[] */ > ^ > ( ) >fairymax.c:205:8: note: use '==' to turn this assignment into an equality comparison > W(r=o[++j]) /* loop over directions o[] */ > ^ > == >maxqi.c:677:48: warning: '&&' within '||' [-Wlogical-op-parentheses] > if (!strcmp(command, "undo") && (nr=1) || > ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ~~ >maxqi.c:677:48: note: place parentheses around the '&&' expression to silence this warning > if (!strcmp(command, "undo") && (nr=1) || > ^ > ( ) >maxqi.c:678:48: warning: '&&' within '||' [-Wlogical-op-parentheses] > !strcmp(command, "remove") && (nr=2) ) { > ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ >maxqi.c:678:48: note: place parentheses around the '&&' expression to silence this warning > !strcmp(command, "remove") && (nr=2) ) { > ^ > ( ) >fairymax.c:222:13: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses] > if(p<3&flag)H=(y^E)&(E>>9^511)?H:z&S-1; /* shift capt.sqr. H if e.p.*/ > ~~~^ >fairymax.c:222:13: note: place parentheses around the '<' expression to silence this warning > if(p<3&flag)H=(y^E)&(E>>9^511)?H:z&S-1; /* shift capt.sqr. H if e.p.*/ > ^ > ( ) >fairymax.c:222:13: note: place parentheses around the & expression to evaluate it first > if(p<3&flag)H=(y^E)&(E>>9^511)?H:z&S-1; /* shift capt.sqr. H if e.p.*/ > ^ > ( ) >fairymax.c:228:13: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses] > t>>3&kk!=H&kk!=S||(kk=H,i=-i,0)))m=I,d=98;/* or duple check: cutoff*/ > ^~~~~~ >fairymax.c:228:13: note: place parentheses around the '!=' expression to silence this warning > t>>3&kk!=H&kk!=S||(kk=H,i=-i,0)))m=I,d=98;/* or duple check: cutoff*/ > ^ > ( ) >fairymax.c:228:13: note: place parentheses around the & expression to evaluate it first > t>>3&kk!=H&kk!=S||(kk=H,i=-i,0)))m=I,d=98;/* or duple check: cutoff*/ > ^ > ( ) >fairymax.c:242:18: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] > +(R-76>>2); /* end-game Pawn-push bonus */ > ~^~~~~ >fairymax.c:242:18: note: place parentheses around the '-' expression to silence this warning > +(R-76>>2); /* end-game Pawn-push bonus */ > ^ > ( ) >fairymax.c:249:22: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses] > if(GamePtr<6&Randomize)v+=(Rand()>>10&31)-16; /* randomize */ > ~~~~~~~~~^ >fairymax.c:249:22: note: place parentheses around the '<' expression to silence this warning > if(GamePtr<6&Randomize)v+=(Rand()>>10&31)-16; /* randomize */ > ^ > ( ) >fairymax.c:249:22: note: place parentheses around the & expression to evaluate it first > if(GamePtr<6&Randomize)v+=(Rand()>>10&31)-16; /* randomize */ > ^ > ( ) >fairymax.c:256:15: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses] > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~~~^ >fairymax.c:256:15: note: place parentheses around the '<' expression to silence this warning > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~~~^ >fairymax.c:256:15: note: place parentheses around the | expression to evaluate it first > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~^~~~ >fairymax.c:256:26: warning: '&&' within '||' [-Wlogical-op-parentheses] > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ~~~^~~~~~~~ >fairymax.c:256:26: note: place parentheses around the '&&' expression to silence this warning > C=R<EG|P-I|d<3||t&&w[p]>0?C:d; /* extend 1 ply if in-check */ > ^ > ( ) >fairymax.c:264:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > W(*sp++=*p++); > ~~~~~^~~~~ >fairymax.c:264:17: note: place parentheses around the assignment to silence this warning > W(*sp++=*p++); > ^ > ( ) >fairymax.c:264:17: note: use '==' to turn this assignment into an equality comparison > W(*sp++=*p++); > ^ > == >fairymax.c:275:20: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses] > Fifty = t|p<3?0:Fifty+1; > ^~~~ >fairymax.c:275:20: note: place parentheses around the '<' expression to silence this warning > Fifty = t|p<3?0:Fifty+1; > ^ > ( ) >fairymax.c:275:20: note: place parentheses around the | expression to evaluate it first > Fifty = t|p<3?0:Fifty+1; > ^ > ( ) >fairymax.c:284:19: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] > if(z&S&&!ab&K==I&d>2&v>V&v<l){int *p=ps;char X,Y; > ^~~~~ >fairymax.c:284:19: note: place parentheses around the '==' expression to silence this warning > if(z&S&&!ab&K==I&d>2&v>V&v<l){int *p=ps;char X,Y; > ^ > ( ) >fairymax.c:284:19: note: place parentheses around the & expression to evaluate it first > if(z&S&&!ab&K==I&d>2&v>V&v<l){int *p=ps;char X,Y; > ^ > ( ) >fairymax.c:518:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if(f = fopen(hashfile, "r")) { > ~~^~~~~~~~~~~~~~~~~~~~~~ >fairymax.c:518:14: note: place parentheses around the assignment to silence this warning > if(f = fopen(hashfile, "r")) { > ^ > ( ) >fairymax.c:518:14: note: use '==' to turn this assignment into an equality comparison > if(f = fopen(hashfile, "r")) { > ^ > == >fairymax.c:582:100: warning: '/*' within block comment [-Wcomment] > /* printf("# c='%c' i=%d od[i]=%d j=%d (%3d,%8x)\n",c?c:' ',i,od[i],j,o[j-1],of[j-1]); /**/ > ^ >fairymax.c:295:22: warning: '&' within '|' [-Wbitwise-op-parentheses] >fairymax.c:639:22: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses] > m=v,X=x,Y=y|S&F; /* mark non-double with S */ > ~~^~ > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^~~~~~~~ >fairymax.c:295:22: note: place parentheses around the '&' expression to silence this warning >fairymax.c:639:22: note: place parentheses around the '==' expression to silence this warning > m=v,X=x,Y=y|S&F; /* mark non-double with S */ > ^ > ( ) > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.c:639:22: note: place parentheses around the | expression to evaluate it first > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.c:639:34: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses] > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^~~~~~~~ >fairymax.c:639:34: note: place parentheses around the '==' expression to silence this warning > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.cfairymax.c:639:34: note: place parentheses around the | expression to evaluate it first >:306:13: warning: '&' within '|' [-Wbitwise-op-parentheses] > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) > s=t&&2&~rg|~t&16^k;v=r^flag>>RBITS; /* platform & toggled vector*/ > ~^~~~~ >fairymax.c:306:13: note: place parentheses around the '&' expression to silence this warning > s=t&&2&~rg|~t&16^k;v=r^flag>>RBITS; /* platform & toggled vector*/ > ^ > ( ) >fairymax.c:307:21: warning: '&' within '|' [-Wbitwise-op-parentheses] > if(flag&15^4|u&vf|| /* no double or moved before*/ > ~~^~~ >fairymax.c:307:21: note: place parentheses around the '&' expression to silence this warning > if(flag&15^4|u&vf|| /* no double or moved before*/ > ^ > ( ) >fairymax.c:308:13: warning: & has lower precedence than >; > will be evaluated first [-Wparentheses] > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ~~~^ >fairymax.c:308:13: note: place parentheses around the '>' expression to silence this warning > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ^ > ( ) >fairymax.c:308:13: note: place parentheses around the & expression to evaluate it first > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ^ > ( ) >fairymax.c:309:17: warning: '&' within '|' [-Wbitwise-op-parentheses] > ((b[G=x&~15|(r>0)*(BW-1)]^32)<33 /* no virgin R in corner G, */ > ~^~~~~ >fairymax.c:309:17: note: place parentheses around the '&' expression to silence this warning > ((b[G=x&~15|(r>0)*(BW-1)]^32)<33 /* no virgin R in corner G, */ > ^ > ( ) >fairymax.c:308:25: warning: '&&' within '||' [-Wlogical-op-parentheses] > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >fairymax.c:308:25: note: place parentheses around the '&&' expression to silence this warning > p>2&!(flag&128)&& /* no P & no virgin jump, */ > ^ >fairymax.c:314:19: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(s&&flag&8&&!(y=rg&1?y-r:y,t=0) /* hoppers go to next phase */ > ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >fairymax.c:314:19: note: place parentheses around the '&&' expression to silence this warning > if(s&&flag&8&&!(y=rg&1?y-r:y,t=0) /* hoppers go to next phase */ > ^ > ( ) >fairymax.c:315:23: warning: '&&' within '||' [-Wlogical-op-parentheses] > ||!(flag&128)&&!rg--) /* zig-zag piece? (w. delay)*/ > ~~~~~~~~~~~~~^~~~~~~ >fairymax.c:315:23: note: place parentheses around the '&&' expression to silence this warning > ||!(flag&128)&&!rg--) /* zig-zag piece? (w. delay)*/ > ^ > ( ) >fairymax.c:321:18: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses] >C:FMAX( m=m+stale|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */ > ^~~~~ >fairymax.c:97:21: note: expanded from macro 'FMAX' ># define FMAX(x) x > ^ >fairymax.c:321:18: note: place parentheses around the '==' expression to silence this warning >C:FMAX( m=m+stale|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */ > ^~~~~ >fairymax.c:97:21: note: expanded from macro 'FMAX' ># define FMAX(x) x > ^ >fairymax.c:321:18: note: place parentheses around the | expression to evaluate it first >C:FMAX( m=m+stale|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */ > ~~~~~~~^~ >fairymax.c:97:21: note: expanded from macro 'FMAX' ># define FMAX(x) x > ^ >fairymax.c:874:46: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] > MovesLeft = -(GamePtr+(Side==WHITE)>>1); > ~~~~~~~^~~~~~~~~~~~~~~~ >fairymax.c:874:46: note: place parentheses around the '+' expression to silence this warning > MovesLeft = -(GamePtr+(Side==WHITE)>>1); > ^ > ( ) >fairymax.c:890:48: warning: '&&' within '||' [-Wlogical-op-parentheses] > if (!strcmp(command, "undo") && (nr=1) || > ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ~~ >fairymax.c:890:48: note: place parentheses around the '&&' expression to silence this warning > if (!strcmp(command, "undo") && (nr=1) || > ^ > ( ) >fairymax.c:891:48: warning: '&&' within '||' [-Wlogical-op-parentheses] > !strcmp(command, "remove") && (nr=2) ) { > ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ >fairymax.c:891:48: note: place parentheses around the '&&' expression to silence this warning > !strcmp(command, "remove") && (nr=2) ) { > ^ > ( ) >fairymax.c:972:36: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(color==BLACK && m<0x10 && p==oo[m+16] || // but make virgin on original square > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ >fairymax.c:972:36: note: place parentheses around the '&&' expression to silence this warning > if(color==BLACK && m<0x10 && p==oo[m+16] || // but make virgin on original square > ^ > ( ) >fairymax.c:973:77: warning: '&&' within '||' [-Wlogical-op-parentheses] > color==WHITE && m>=16*(BH-1) && p==oo[m-16*(BH-1)]) b[m] -= 32; > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >fairymax.c:973:77: note: place parentheses around the '&&' expression to silence this warning > color==WHITE && m>=16*(BH-1) && p==oo[m-16*(BH-1)]) b[m] -= 32; > ^ > ( ) >fairymax.c:1004:23: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses] > if (m & line[1] != '@') > ^~~~~~~~~~~~~~~~ >fairymax.c:1004:23: note: place parentheses around the '!=' expression to silence this warning > if (m & line[1] != '@') > ^ > ( ) >fairymax.c:1004:23: note: place parentheses around the & expression to evaluate it first > if (m & line[1] != '@') > ^ > ( ) >fairymax.c:518:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if(f = fopen(hashfile, "r")) { > ~~^~~~~~~~~~~~~~~~~~~~~~ >fairymax.c:518:14: note: place parentheses around the assignment to silence this warning > if(f = fopen(hashfile, "r")) { > ^ > ( ) >fairymax.c:518:14: note: use '==' to turn this assignment into an equality comparison > if(f = fopen(hashfile, "r")) { > ^ > == >fairymax.c:582:100: warning: '/*' within block comment [-Wcomment] > /* printf("# c='%c' i=%d od[i]=%d j=%d (%3d,%8x)\n",c?c:' ',i,od[i],j,o[j-1],of[j-1]); /**/ > ^ >fairymax.c:639:22: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses] > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^~~~~~~~ >fairymax.c:639:22: note: place parentheses around the '==' expression to silence this warning > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.c:639:22: note: place parentheses around the | expression to evaluate it first > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.c:639:34: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses] > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^~~~~~~~ >fairymax.c:639:34: note: place parentheses around the '==' expression to silence this warning > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.c:639:34: note: place parentheses around the | expression to evaluate it first > if(!K|K==BW-1&&!L|L==BH-1&&b[513+bareL]) > ^ > ( ) >fairymax.c:874:46: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] > MovesLeft = -(GamePtr+(Side==WHITE)>>1); > ~~~~~~~^~~~~~~~~~~~~~~~ >fairymax.c:874:46: note: place parentheses around the '+' expression to silence this warning > MovesLeft = -(GamePtr+(Side==WHITE)>>1); > ^ > ( ) >fairymax.c:890:48: warning: '&&' within '||' [-Wlogical-op-parentheses] > if (!strcmp(command, "undo") && (nr=1) || > ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ~~ >fairymax.c:890:48: note: place parentheses around the '&&' expression to silence this warning > if (!strcmp(command, "undo") && (nr=1) || > ^ > ( ) >fairymax.c:891:48: warning: '&&' within '||' [-Wlogical-op-parentheses] > !strcmp(command, "remove") && (nr=2) ) { > ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ >fairymax.c:891:48: note: place parentheses around the '&&' expression to silence this warning > !strcmp(command, "remove") && (nr=2) ) { > ^ > ( ) >fairymax.c:972:36: warning: '&&' within '||' [-Wlogical-op-parentheses] > if(color==BLACK && m<0x10 && p==oo[m+16] || // but make virgin on original square > ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ >fairymax.c:972:36: note: place parentheses around the '&&' expression to silence this warning > if(color==BLACK && m<0x10 && p==oo[m+16] || // but make virgin on original square > ^ > ( ) >fairymax.c:973:77: warning: '&&' within '||' [-Wlogical-op-parentheses] > color==WHITE && m>=16*(BH-1) && p==oo[m-16*(BH-1)]) b[m] -= 32; > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >fairymax.c:973:77: note: place parentheses around the '&&' expression to silence this warning > color==WHITE && m>=16*(BH-1) && p==oo[m-16*(BH-1)]) b[m] -= 32; > ^ > ( ) >fairymax.c:1004:23: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses] > if (m & line[1] != '@') > ^~~~~~~~~~~~~~~~ >fairymax.c:1004:23: note: place parentheses around the '!=' expression to silence this warning > if (m & line[1] != '@') > ^ > ( ) >fairymax.c:1004:23: note: place parentheses around the & expression to evaluate it first > if (m & line[1] != '@') > ^ > ( ) >20 warnings generated. >35 warnings generated. >36 warnings generated. >gmake[2]: Leaving directory '/.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847' >===> Staging for fairymax-5.0b >===> Generating temporary packing list >install -s -m 555 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/fairymax /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/bin >install -s -m 555 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/shamax /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/bin >install -s -m 555 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/maxqi /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/bin >install -m 0644 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/data/fmax.ini /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/fairymax/fmax.ini >install -m 0644 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/data/qmax.ini /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/fairymax/qmax.ini >install -m 0644 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/data/makruk.hash /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/fairymax/makruk.hash >install -m 444 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/fairymax.6.gz /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/man/man6/ >/bin/ln -s /usr/local/man/man6/fairymax.6 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/man/man6/shamax.6 >/bin/ln -s /usr/local/man/man6/fairymax.6 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/man/man6/maxqi.6 >install -m 0644 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/data/logo.png /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/games/plugins/logos/fairymax.png >/bin/ln -s /usr/local/share/games/plugins/logos/fairymax.png /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/games/plugins/logos/shamax.png >/bin/ln -s /usr/local/share/games/plugins/logos/fairymax.png /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/games/plugins/logos/maxqi.png >install -m 0644 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/data/*.eng /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/games/plugins/xboard/ >install -m 0644 /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/changelog /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/copyright /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/CVfairy.html /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/fairymax-f7a7847/README /.DATA_SSD/poudriere_SSD/ports/default/games/fairymax/work/stage/usr/local/share/doc/fairymax >====> Compressing man pages (compress-man) >====> Running Q/A tests (stage-qa) >====> Checking for pkg-plist issues (check-plist) >===> Parsing plist >===> Checking for items in STAGEDIR missing from pkg-plist >===> Checking for items in pkg-plist which are not in STAGEDIR >===> No pkg-plist issues found (check-plist) >====> Running Q/A tests (stage-qa) >===> Building package for fairymax-5.0b
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207657
:
167650
|
167651
|
167652
|
167655
|
168193
|
168194
|
168195