To silence the static analyzer.

llvm-svn: 137326
This commit is contained in:
Johnny Chen 2011-08-11 19:03:44 +00:00
parent 3477f2cea5
commit 64503c8168
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ DNBProcessAttach (nub_process_t attach_pid, struct timespec *timeout, char *err_
if (err_str && err_len > 0)
err_str[0] = '\0';
pid_t pid;
pid_t pid = INVALID_NUB_PROCESS;
MachProcessSP processSP(new MachProcess);
if (processSP.get())
{