commit | 0ae432b9f0af8b5f664c2b5111c10b240d040220 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Mar 09 18:29:07 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Mar 10 14:00:52 2015 -0700 |
tree | ee448281143bcd644aeea2863685587845d24e7c | |
parent | 6f16c9cce2a4e7821ea786003257c76c8c8f59d9 [diff] |
Fix build from -Werror=maybe-uninitialized. This won't actually ever be uninitialized because the code will take a failure path if the code that initializes it fails. The goto seems to thwart this check though. Not sure why this is only firing on userdebug builds yet. I'll look in to it tomorrow. Change-Id: Ie9d837d6baea255d2a4d169355b53dfd775eacce (cherry picked from commit 83ca56ac98c089dfa5d61f282353e9ae2024797e)