cmake fixes (#324) #143
Annotations
2 errors and 10 warnings
|
|
|
|
|
engine/common/mathlib.c#L480
‘y’ is used uninitialized [-Wuninitialized]
|
|
engine/common/common.c#L2510
argument 1 of type ‘vec_t[3]’ {aka ‘float[3]’} with mismatched bound [-Warray-parameter=]
|
|
engine/client/in_win.c#L2464
conflicting types for ‘keydown’ due to enum/integer mismatch; have ‘qboolean[299]’ [-Wenum-int-mismatch]
|
|
engine/client/in_win.c#L2316
the comparison will always evaluate as ‘true’ for the address of ‘sysname’ will never be NULL [-Waddress]
|
|
engine/client/in_win.c#L2312
the comparison will always evaluate as ‘true’ for the address of ‘sysname’ will never be NULL [-Waddress]
|
|
engine/common/net_wins.c#L4225
‘*(struct sockaddr *)((char *)&qs + offsetof(struct sockaddr_qstorage, dontusesa_family)).sa_family’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
engine/common/net_wins.c#L7817
‘*(struct sockaddr *)((char *)&qs + offsetof(struct sockaddr_qstorage, dontusesa_family)).sa_family’ is used uninitialized [-Wuninitialized]
|
|
engine/vk/vk_init.c#L3642
cast from pointer to integer of different size [-Wpointer-to-int-cast]
|
|
engine/vk/vk_init.c#L1867
cast from pointer to integer of different size [-Wpointer-to-int-cast]
|
|
engine/common/mathlib.c#L480
‘y’ is used uninitialized [-Wuninitialized]
|
The logs for this run have expired and are no longer available.
Loading