mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-24 18:02:59 +00:00
Windows: Fix remaining level 4 warnings.
R=mark@chromium.org Review URL: https://breakpad.appspot.com/954002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1267 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -153,7 +153,7 @@ static bool DumpSymbolsToTempFile(const wchar_t *file,
|
||||
return writer.GetModuleInfo(pdb_info);
|
||||
}
|
||||
|
||||
void printUsageAndExit() {
|
||||
__declspec(noreturn) void printUsageAndExit() {
|
||||
wprintf(L"Usage: symupload [--timeout NN] <file.exe|file.dll> <symbol upload URL>\n\n");
|
||||
wprintf(L"Timeout is in milliseconds, or can be 0 to be unlimited\n\n");
|
||||
wprintf(L"Example:\n\n\tsymupload.exe --timeout 0 chrome.dll http://no.free.symbol.server.for.you\n");
|
||||
|
||||
Reference in New Issue
Block a user