scroll automap content with the mouse (proof of concept) #5140
Annotations
10 warnings
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')
|
src/r_segs.c#L729
Access to field 'flags' results in a dereference of a null pointer (loaded from variable 'linedef')
|
This job succeeded
Loading