diff host/tools/Utils/ChangeLog @ 3283:355bcd2cec54

* common/Subprocess.cpp: Silence signed/unsigned compiler warning with recent GCC. [ Bugzilla 1001955 ]
author jld
date Thu, 13 Mar 2014 15:31:34 +0000
parents f9b94a5b13ac
children
line wrap: on
line diff
--- a/host/tools/Utils/ChangeLog
+++ b/host/tools/Utils/ChangeLog
@@ -2,6 +2,8 @@ 2014-03-13  Andy Jackson  <andy@xylanta.
 
 	* common/eCosStd.h: Silence "set but unused" variable warnings with
 	recent GCC. [ Bugzilla 1001949 ]
+	* common/Subprocess.cpp: Silence signed/unsigned compiler warning
+	with recent GCC. [ Bugzilla 1001955 ]
 
 2006-03-29  John Dallaway  <jld@ecoscentric.com>