1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

fix warning on Windows

This commit is contained in:
William Woodall 2015-04-27 14:44:16 -07:00
parent 10ac4e1c25
commit b8320d31a7

View File

@ -28,6 +28,7 @@ _prefix_port_if_needed(const wstring &input)
{
return windows_com_port_prefix + input;
}
return input;
}
Serial::SerialImpl::SerialImpl (const string &port, unsigned long baudrate,