replicant-frameworks_native/include/ui
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
..
ANativeObjectBase.h
DisplayInfo.h
Fence.h
FramebufferNativeWindow.h
FrameStats.h
GraphicBuffer.h
GraphicBufferAllocator.h
GraphicBufferMapper.h
mat4.h Fix undefined behavior (not returning a value from a function with return). 2014-09-04 15:52:47 +00:00
PixelFormat.h
Point.h
Rect.h
Region.h
TMatHelpers.h
TVecHelpers.h
UiConfig.h
vec2.h
vec3.h
vec4.h