side effect in assertion in name_test.c
625 626 p1 = l1.base; 627 p2 = l2.base; 628 for (j = 0; j < l1.length; j++) {
CID 1441457 (#1 of 1): Side effect in assertion (ASSERT_SIDE_EFFECT) assert_side_effect: Argument p1++ of _assert_int_equal() has a side effect. The containing function might work differently in a non-debug build. 629 assert_int_equal(*p1++, *p2++); 630 }