summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-25 17:40:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-25 17:40:45 +0200
commit1594fd83c303139692c5dd6a7f2e236dbf99638e (patch)
treef2144ea8e67fdfb226b55e4d4c2c61d39191c641 /vcl
parentfa83177200bba96325663268a913af8447c1c689 (diff)
-Werror,-Wswitch (clang-cl)
Change-Id: I874e103486dd77842a2299e0f20fe42ef6a7eaf5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/gdi/salnativewidgets-luna.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/gdi/salnativewidgets-luna.cxx b/vcl/win/gdi/salnativewidgets-luna.cxx
index 4526f7a8fdfd..c8e3b38cdc3e 100644
--- a/vcl/win/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/gdi/salnativewidgets-luna.cxx
@@ -629,6 +629,7 @@ bool ImplDrawNativeControl( HDC hDC, HTHEME hTheme, RECT rc,
case ControlPart::TrackHorzRight: iPart = SBP_LOWERTRACKHORZ; break;
case ControlPart::TrackVertUpper: iPart = SBP_UPPERTRACKVERT; break;
case ControlPart::TrackVertLower: iPart = SBP_LOWERTRACKVERT; break;
+ default: break;
}
if( nState & ControlState::PRESSED )