mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Fix compiler warnings (-Wswitch-default)
Missed this one because it's in Windows code. Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
parent
a6fbc026d5
commit
d067e4ce9b
@ -217,6 +217,8 @@ void Connection::setStreamIOMode(oatpp::data::stream::IOMode ioMode) {
|
||||
}
|
||||
m_mode = data::stream::ASYNCHRONOUS;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user