( revision 16982 ) --- locking/posix.o --- cc-1552 c99: WARNING File = locking/posix.c, Line = 1263 The variable "ret" is set but never used. BOOL ret = True; ^
Looks like new code added and the BOOL ret is just a copy & paste extra.
Fixed thanks ! Jeremy.