We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abda8ce commit 6e1acdcCopy full SHA for 6e1acdc
lldb/source/Host/posix/MainLoopPosix.cpp
@@ -65,6 +65,7 @@ static void SignalHandler(int signo, siginfo_t *info, void *) {
65
// We can safely ignore EAGAIN (pipe full), as that means poll will definitely
66
// return.
67
assert(bytes_written == 1 || (bytes_written == -1 && errno == EAGAIN));
68
+ (void)bytes_written;
69
}
70
71
class MainLoopPosix::RunImpl {
0 commit comments