Skip to content
/ i2pd Public
forked from PurpleI2P/i2pd

Commit

Permalink
[win32] suppress fallthrough warning
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed May 22, 2023
1 parent e95fb3a commit e56d243
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Win32/Win32App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ namespace win32
}
}
}
#if (__cplusplus >= 201703L) // C++ 17 or higher
[[fallthrough]];
#endif
}
case WM_TRAYICON:
{
Expand Down

0 comments on commit e56d243

Please sign in to comment.