From 81aca547caeb6d2a526e474eb7e49f234628966e Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 29 Jan 2015 07:13:20 -0800 Subject: Fix win64 warnings. TBR=joshualitt@google.com NOTREECHECKS=true Review URL: https://codereview.chromium.org/884253004 --- tools/win_dbghelp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/win_dbghelp.cpp') diff --git a/tools/win_dbghelp.cpp b/tools/win_dbghelp.cpp index eefb8ac1ce..ebdbaefcfa 100644 --- a/tools/win_dbghelp.cpp +++ b/tools/win_dbghelp.cpp @@ -202,7 +202,7 @@ int GenerateDumpAndPrintCallstack(EXCEPTION_POINTERS* pExceptionPointers) { * This function expects the .pdb file to be in the same directory. */ void setUpDebuggingFromArgs(const char* vargs0) { - int i = strlen(vargs0); + size_t i = strlen(vargs0); if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) { // Ignore .exe -- cgit v1.2.3