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 efe3e7c commit b55a649Copy full SHA for b55a649
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
@@ -741,9 +741,7 @@ ConnectionStatus ConnectionFileDescriptor::ConnectFile(
741
::cfsetospeed(&options, B38400);
742
::cfsetispeed(&options, B38400);
743
#else
744
- if (error_ptr)
745
- *error_ptr = Status::FromErrorString("Maximum Baud rate is Unknown");
746
- return eConnectionStatusError;
+#error "Maximum Baud rate is Unknown"
747
#endif
748
749
// Raw input, disable echo and signals
0 commit comments