mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-09 15:50:26 +03:00
[win32] suppress fallthrough warning
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
e95fb3ab89
commit
e56d243c3f
@ -348,6 +348,9 @@ namespace win32
|
||||
}
|
||||
}
|
||||
}
|
||||
#if (__cplusplus >= 201703L) // C++ 17 or higher
|
||||
[[fallthrough]];
|
||||
#endif
|
||||
}
|
||||
case WM_TRAYICON:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user