event/loop: Silence PVS/V547: condition is false in case of no timeout

This commit is contained in:
ZyX
2018-04-09 10:09:45 +03:00
parent 92759ef34f
commit f8a44b73f0

View File

@@ -53,6 +53,8 @@ typedef struct loop {
} \
} while (0)
// -V:LOOP_PROCESS_EVENTS_UNTIL:547
// Poll for events until a condition or timeout
#define LOOP_PROCESS_EVENTS_UNTIL(loop, multiqueue, timeout, condition) \
do { \