Hi, While compiling your package using our research compiler infrastructure it became apparent that the variable joseki in patterns/joseki.c has conflicting declarations:
- static struct corner_pattern joseki[1623];
- static struct corner_pattern joseki[] = { ... 1622 entries };
Note that the second declaration is not just an initialisation, but
re-declares the variable. This may result in undefined behaviour.
Best,
Michael
pgpMa7gPfj8Sf.pgp
Description: PGP signature
_______________________________________________ gnugo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnugo-devel

