# HG changeset patch # User jld # Date 1394724694 0 # Node ID 355bcd2cec5466f133452e2d2980d9ecb21f6a82 # Parent b340d0ab5dd3e70be0e09dceca5de3bf105b7688 * common/Subprocess.cpp: Silence signed/unsigned compiler warning with recent GCC. [ Bugzilla 1001955 ] diff --git a/host/tools/Utils/ChangeLog b/host/tools/Utils/ChangeLog --- a/host/tools/Utils/ChangeLog +++ b/host/tools/Utils/ChangeLog @@ -2,6 +2,8 @@ 2014-03-13 Andy Jackson diff --git a/host/tools/Utils/common/Subprocess.cpp b/host/tools/Utils/common/Subprocess.cpp --- a/host/tools/Utils/common/Subprocess.cpp +++ b/host/tools/Utils/common/Subprocess.cpp @@ -1,7 +1,7 @@ // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of the eCos host tools. -// Copyright (C) 1998, 1999, 2000, 2004 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2004, 2014 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -638,7 +638,7 @@ bool CSubprocess::PSExtract(CSubprocess: if(dwPidSize/sizeof(DWORD)