commit | 83ca56ac98c089dfa5d61f282353e9ae2024797e | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Mar 09 18:29:07 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Mon Mar 09 18:29:07 2015 -0700 |
tree | c8cb0d2ac834a41bae69b1e63c871be7c2265d40 | |
parent | 5f2ccb0efd1331f0137e294bed7a076c472f0ed6 [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