OSDN Git Service

surfaceflinger: fix -Wsign-compare warnings
authorJesse Hall <jessehall@google.com>
Fri, 8 Aug 2014 05:43:06 +0000 (22:43 -0700)
committerJesse Hall <jessehall@google.com>
Fri, 31 Oct 2014 16:52:23 +0000 (09:52 -0700)
commit784421160727c434c2a2897ed3345445fcc30f75
tree81636df51f47a5e5c9a6ff727a8f1fb695fff6e3
parent9b901805ed2e918c25e13134757a967caaaeebb9
surfaceflinger: fix -Wsign-compare warnings

warning: comparison of integers of different signs: 'int' and 'size_t'
(aka 'unsigned int') [-Wsign-compare]

arning: comparison of integers of different signs: 'int32_t' (aka
'int') and 'const uint32_t' (aka 'const unsigned int')
[-Wsign-compare]

Change-Id: I823257aa7218c5fd492a3277853210db539bb2e2
(cherry picked from f9bfdc6c9449143eed674c03e15dd8278296d32b)
services/surfaceflinger/SurfaceFlinger.cpp