diff options
author | Andres Rodriguez <[email protected]> | 2018-07-18 14:18:57 -0400 |
---|---|---|
committer | Andres Rodriguez <[email protected]> | 2018-07-18 15:32:51 -0400 |
commit | d3d9513556068093b902bff3bdd55eb0e4bccfe2 (patch) | |
tree | 08034f29de6c7bd08f89a3293a04ec224cf6b878 /Android.common.mk | |
parent | 4bf723406105d60024cb54342ae84d1913938226 (diff) |
radv: fix wmaybe-uninitialized in radv_meta_fast_clear.c
Assignment and usage of this variable both happen inside an
if(rad_image_has_dcc()) {} blocks. It seems gcc plays it safe and
assumes that both function calls could have different return values.
But in this case we should be safe.
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'Android.common.mk')
0 files changed, 0 insertions, 0 deletions