coverity#704347 Logically dead code
const bool bSelectUp = ( bVert && !bRow ); ... if ( bSelectUp ) ... else bVert ? (bRow ? 0 : 3) : (bRow ? 2 : 1) the bRow is only queried on the non-bSelectUp path if bVert is true then bRow must be also true, because if bVert is true and bRow is false we would be in the other branch Change-Id: I784b41dbfda1afaf574fd8259eff3ab5cc5550fe
Showing
Please
register
or
sign in
to comment