Bugzilla – Bug 136791
geki2-2.0.3-358: undefined C code
Last modified: 2006-02-08 10:52:10 UTC
I just tried to compile package geki2-2.0.3-358 with a prerelease of the GNU C compiler version 4.1. It said 1. opening.c:122: warning: operation on "sel" may be undefined The source code is sel = (++ sel) % 5; I agree with the compiler - this code seems to be undefined. Suggest new code sel = (sel + 1) % 5; 2. opening.c:212: warning: operation on "sel" may be undefined Duplicate.
Fixed for 10.1