summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 12:41:20 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 12:41:20 +0300
commit6879c55d30a204341ae1545ae14c8c1aaffc7b30 (patch)
tree1d3c500657fcd57e96725edda1d4ade7a6568f31 /desktop/win32
parentaca52b3cf6a4e6d965f7249a5de4e1bc40f4ba18 (diff)
WaE: unreachable code
Diffstat (limited to 'desktop/win32')
-rwxr-xr-xdesktop/win32/source/QuickStart/QuickStart.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx
index 3531c29ea317..b034b6f0818f 100755
--- a/desktop/win32/source/QuickStart/QuickStart.cxx
+++ b/desktop/win32/source/QuickStart/QuickStart.cxx
@@ -145,6 +145,9 @@ int APIENTRY WinMain(HINSTANCE hInstance,
launchSoffice();
return 0;
+#if 0 // Note unconditional "return 0" above. Do not remove this block of code
+ // unless you are sure it will never be needed even for reference.
+
// TODO: Place code here.
MSG msg;
HACCEL hAccelTable;
@@ -179,6 +182,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
}
return msg.wParam;
+#endif
}