cangaroo icon indicating copy to clipboard operation
cangaroo copied to clipboard

api/candle : WaitForMultipleObjects returns >= 0

Open fenugrec opened this issue 6 years ago • 0 comments

minor compilation fix.

MS docs ( https://docs.microsoft.com/en-us/windows/desktop/api/synchapi/nf-synchapi-waitformultipleobjects#return-value ) state that WAIT_OBJECT_0 is "defined as 0", so there is no point in checking for "returnvalue < 0".

This commit silences a compiler warning with gcc.

fenugrec avatar Jun 02 '19 02:06 fenugrec