소스 검색

Get rid of a warning that only shows up with -O3.

Douglas William Thrift 14 년 전
부모
커밋
4a46e3a1a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dtpstree.cpp

+ 1 - 1
dtpstree.cpp

@@ -845,7 +845,7 @@ static uint16_t options(int argc, char *argv[], pid_t &hpid, pid_t &pid, char *&
 
 	_forall (int, index, optind, argc)
 	{
-		bool success;
+		bool success(false);
 
 		optarg = argv[index];
 		pid = value<pid_t, 0, INT_MAX>(program, options, &success);