commit | b184ed0c2835773cf75b88b3330653cc4222ce9a | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Tue Nov 25 21:55:33 2014 +0100 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Nov 25 14:06:04 2014 -0800 |
tree | ea67d1b8564c7766008cc100bbcccb39019ca1f7 | |
parent | c1c85fd86a61032ceb5b7b4a8385407bd1ea3630 [diff] |
Fix build with clang in C++11 mode Now that we're in C++11 mode by default, clang complains about switch statements with case values not matching the type -- since some binder_driver_return_protocol values are > 0x7fffffff, we need to make the switch statements operate on uint32_t rather than int32_t. BUG: 18466763 Change-Id: Iedbfd5c7a3d3d9f087d2eab4ff21343ad7a2a448 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>