Merge "Add default case for undefined pointer initialization"
am: 9d0179c
* commit '9d0179c8a85f2b50bafdf6715fc266bc92771756':
Add default case for undefined pointer initialization
Change-Id: I311521adebb1949747f0cb34bee19a57d8199558
This commit is contained in:
commit
27625f2706
@ -904,6 +904,9 @@ static const FRAME_INFO v_frame_info4_8 = { 0, 4, {0, 2, 4, 6, 8}, {1, 1, 1, 1},
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
FDK_ASSERT(0);
|
FDK_ASSERT(0);
|
||||||
|
/* in case assertion checks are disabled, force a definite memory fault at first access */
|
||||||
|
pTable = NULL;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* look number of envelopes in table */
|
/* look number of envelopes in table */
|
||||||
|
Loading…
Reference in New Issue
Block a user