mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
lldb-vscode: Add a forgotten cast to void
"git push" works even with a dirty working tree. :/
This commit is contained in:
@@ -47,6 +47,7 @@ VSCode::VSCode()
|
||||
int result = _setmode(fileno(stdout), _O_BINARY);
|
||||
assert(result);
|
||||
result = _setmode(fileno(stdin), _O_BINARY);
|
||||
(void)result;
|
||||
assert(result);
|
||||
#endif
|
||||
if (log_file_path)
|
||||
|
||||
Reference in New Issue
Block a user