Go to file
Stephen Hines 457296ad6c 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
2014-09-04 15:52:47 +00:00
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds Remove obsolete prunedexcache 2014-08-28 16:54:54 -07:00
data/etc Add android.software.live_tv feature 2014-08-28 12:54:17 -07:00
include Fix undefined behavior (not returning a value from a function with return). 2014-09-04 15:52:47 +00:00
libs Fix CAS argument type. 2014-09-02 23:26:16 -07:00
opengl Don't try to capture the pointer when using PBOs for texture APIs 2014-08-20 15:21:44 +00:00
services Add logging for switch state 2014-08-29 14:31:32 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
NOTICE resolved conflicts for merge of adee6b35 to honeycomb-plus-aosp 2011-01-17 14:17:12 -08:00