mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 07:15:34 +00:00
event/loop: Silence PVS/V547: condition is false in case of no timeout
This commit is contained in:
@@ -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 { \
|
||||
|
||||
Reference in New Issue
Block a user