summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-25 08:38:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-25 08:38:19 +0200
commit3ec901fab2cb3e1a1c8222498761e72c28175bd3 (patch)
treef3e0224ebe751a8009856b1ffd3a6563d212702a /vcl/opengl
parent4907188c4abc0dbde5538a4bb1eda27ae95880ea (diff)
Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)
Change-Id: If5ee201aab8c4451971a11ea7d7ff943c9a1a726
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/win/gdiimpl.cxx1
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);
}