[win32] suppress fallthrough warning

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1928/merge
r4sas 1 year ago
parent e95fb3ab89
commit e56d243c3f
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

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

Loading…
Cancel
Save