summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5536ab3)
raw | patch | inline | side by side (parent: 5536ab3)
author | Ramsey Harris <ramsey@ti.com> | |
Mon, 18 May 2015 15:29:16 +0000 (08:29 -0700) | ||
committer | Robert Tivy <rtivy@ti.com> | |
Wed, 20 May 2015 00:19:01 +0000 (17:19 -0700) |
packages/ti/sdo/ipc/GateMP.c | patch | blob | history |
index a3d90b3176280a0b38aaffe48d89e38f6183c0a0..98160af6aecd19e2a208c95f2f37cfc1fe4fb605 100644 (file)
ret = _GateMP_virtToPhys(
(UInt32)GateMP_module->remoteSystemInUse, &nsValue[0]);
Assert_isTrue(ret == GateMP_S_SUCCESS, (Assert_Id)NULL);
+ (void)ret; /* silence unused var warning when asserts disabled */
ret = _GateMP_virtToPhys(
(UInt32)GateMP_module->remoteCustom1InUse, &nsValue[1]);
Assert_isTrue(ret == GateMP_S_SUCCESS, (Assert_Id)NULL);