Re: Unused variable in gomoku

2017-12-27 Thread Peter Williams
Hi Everyone, After researching this some more I realized that I think this integer array may be in this structure for padding/data alignment. When I compile this on a 64-bit computer with -Wpadded I do not receive any errors regarding this structure, but I think this must have been an issue with o

Unused variable in gomoku

2017-12-26 Thread Peter Williams
Hi Everyone, I recently noticed that there is an unused variable in gomoku.h. I have included a diff that removes the unused variable, and have verified that gomoku compiles cleanly afterwards. I have performed a search for this header file within the source tree, and it looks like gomoku is the o