1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-17 19:59:57 +00:00

[win32] suppress fallthrough warning

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-04-24 14:04:56 +03:00
parent e95fb3ab89
commit e56d243c3f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -348,6 +348,9 @@ namespace win32
} }
} }
} }
#if (__cplusplus >= 201703L) // C++ 17 or higher
[[fallthrough]];
#endif
} }
case WM_TRAYICON: case WM_TRAYICON:
{ {