mcci-catena/arduino-lorawan

src/lib/arduino_lorawan_cEventLog.cpp - processSingleEvent

surfermarty opened this issue · 1 comments

processSingleEvent is marked as returning bool, returns false if the queue is empty, but doesn't return anything at the end of the code path. Assume it should return true on/at line 106

Yes, thanks. (At present, the function is private, and return result is never used by the only place it's called; so this is a latent but, rather than an actual fault. Still, this should be fixed.)