use actions/setup-python (#1827) #5184
Annotations
10 warnings
src/info.h#L1255
Excessive padding in 'state_t' (12 padding bytes, where 4 is optimal). Optimal fields order: frame, tics, action, misc1, misc2, args, sprite, nextstate, flags, consider reordering the fields or adding explicit padding members
|
setup/multiplayer.c#L508
Call to 'malloc' has an allocation size of 0 bytes
|
textscreen/txt_table.c#L259
Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int'
|
textscreen/txt_table.c#L260
Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int'
|
textscreen/txt_table.c#L324
Access to field 'widget_class' results in a dereference of a null pointer (loaded from variable 'last_widget')
|
textscreen/txt_table.c#L702
Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int'
|
textscreen/txt_table.c#L703
Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int'
|
textscreen/txt_table.c#L1177
Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int'
|
textscreen/txt_table.c#L1178
Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int'
|
src/r_segs.c#L603
Access to field 'flags' results in a dereference of a null pointer (loaded from variable 'linedef')
|
This job succeeded
Loading