Closed yurivict closed 4 years ago
It does seem that way, but is not actually a problem: the warning is a false positive. The access is guarded by a check that is only true if the array has at least one value.
See https://github.com/Gecode/gecode/commit/bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06 for the fix that supresses the warning in question.
This warning appears to indicate a serious problem: