diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-25 08:38:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-25 08:38:19 +0200 |
commit | 3ec901fab2cb3e1a1c8222498761e72c28175bd3 (patch) | |
tree | f3e0224ebe751a8009856b1ffd3a6563d212702a /vcl/opengl/win | |
parent | 4907188c4abc0dbde5538a4bb1eda27ae95880ea (diff) |
Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)
Change-Id: If5ee201aab8c4451971a11ea7d7ff943c9a1a726
Diffstat (limited to 'vcl/opengl/win')
-rw-r--r-- | vcl/opengl/win/gdiimpl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx index 4b3e836bb173..40c6b68bb88d 100644 --- a/vcl/opengl/win/gdiimpl.cxx +++ b/vcl/opengl/win/gdiimpl.cxx @@ -166,6 +166,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM l case VK_SPACE: break; } + SAL_FALLTHROUGH; //TODO ??? default: return DefWindowProc(hwnd, message, wParam, lParam); } |