Browse Source

[win32] suppress fallthrough warning

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1928/merge
R4SAS 2 years ago
parent
commit
e56d243c3f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 3
      Win32/Win32App.cpp

3
Win32/Win32App.cpp

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

Loading…
Cancel
Save