diff options
| author | 2014-09-04 08:28:54 -0700 | |
|---|---|---|
| committer | 2014-09-04 15:52:47 +0000 | |
| commit | 457296ad6c8bf3533a90780a8c28ced84a2301e7 (patch) | |
| tree | bf65b773a3e54cfc7af6593153666e45a34e5c91 /libs/gui/ConsumerBase.cpp | |
| parent | 98e56d926bce70a0a3257c573a92944c8057b528 (diff) | |
Fix undefined behavior (not returning a value from a function with return).
Bug: 17379740
This function was missing a return statement, even though it declares a return
type. This is undefined behavior, which clang miscompiled into just falling
through to a later function in some cases. Adding the return statement
fixes the undefined behavior (and probably fixes a bug too).
Change-Id: I05c03b6473b831769dc4fa8b5ba43fb4249f7626
Diffstat (limited to 'libs/gui/ConsumerBase.cpp')
0 files changed, 0 insertions, 0 deletions