mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
removed C++17 check
This commit is contained in:
parent
a3e0b3710c
commit
cc59003560
9 changed files with 4 additions and 52 deletions
|
@ -444,9 +444,7 @@ namespace proxy
|
|||
break;
|
||||
case CMD_UDP:
|
||||
if (m_socksv == SOCKS5) break;
|
||||
#if (__cplusplus >= 201703L) // C++ 17 or higher
|
||||
[[fallthrough]];
|
||||
#endif
|
||||
default:
|
||||
LogPrint(eLogError, "SOCKS: Invalid command: ", ((int)*sock_buff));
|
||||
SocksRequestFailed(SOCKS5_GEN_FAIL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue