Re: [Scid-users] g++ hates you

2013-11-28 Thread Fulvio
Michael G Thomas wrote: > src/tkscid.cpp: In function ‘int sc_name_spellcheck(ClientData, > Tcl_Interp*, int, const char**)’: > src/tkscid.cpp:12479:61: warning: array subscript is above array > bounds [-Warray-bounds] > corrections[j-1] = corrections[j]; >

[Scid-users] g++ hates you

2013-11-28 Thread Michael G Thomas
src/tkscid.cpp: In function ‘int sc_name_spellcheck(ClientData, Tcl_Interp*, int, const char**)’: src/tkscid.cpp:12479:61: warning: array subscript is above array bounds [-Warray-bounds] corrections[j-1] = corrections[j];