1Functions changes summary: 0 Removed, 1 Changed, 0 Added function 2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 3 41 function with some indirect sub-type change: 5 6 [C] 'function void foo(some_union_type*)' has some indirect sub-type changes: 7 parameter 1 of type 'some_union_type*' has sub-type changes: 8 in pointed to type 'union some_union_type': 9 type size hasn't changed 10 1 data member deletion: 11 'int m0' 12 type changed from: 13 union some_union_type{int m0; char m1; S m2;} 14 to: 15 union some_union_type{char m1; S m2;} 16 17