Skip to content

ci,v.gen.native: cleanup compile warnings for `./v -b native examples… #11003

ci,v.gen.native: cleanup compile warnings for `./v -b native examples…

ci,v.gen.native: cleanup compile warnings for `./v -b native examples… #11003

Triggered via push November 9, 2024 07:27
Status Success
Total duration 1h 49m 53s
Artifacts

c2v_ci.yml

on: push
test-regression
3m 20s
test-regression
Matrix: build-doom
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 40 warnings
build-doom (ubuntu-20.04)
invalid expression: unexpected token `=`
test-regression
invalid expression: unexpected token `=`
build-doom (ubuntu-20.04)
unused variable ‘fuck’ [-Wunused-variable]
build-doom (ubuntu-20.04)
‘fuck’ defined but not used [-Wunused-variable]
build-doom (ubuntu-20.04)
useless storage class specifier in empty declaration
build-doom (ubuntu-20.04)
ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
build-doom (ubuntu-20.04)
ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
build-doom (ubuntu-20.04)
enumeration value ‘BT_USE’ not handled in switch [-Wswitch]
build-doom (ubuntu-20.04)
enumeration value ‘BT_SPECIAL’ not handled in switch [-Wswitch]
build-doom (ubuntu-20.04)
enumeration value ‘BT_SPECIALMASK’ not handled in switch [-Wswitch]
build-doom (ubuntu-20.04)
enumeration value ‘BT_CHANGE’ not handled in switch [-Wswitch]
build-doom (ubuntu-20.04)
enumeration value ‘BT_WEAPONMASK’ not handled in switch [-Wswitch]
build-doom (ubuntu-20.04)
unused variable 'fuck' [-Wunused-variable]
build-doom (ubuntu-20.04)
'static' ignored on this declaration [-Wmissing-declarations]
build-doom (ubuntu-20.04)
6 enumeration values not handled in switch: 'BT_USE', 'BT_SPECIALMASK', 'BT_CHANGE'... [-Wswitch]
build-doom (ubuntu-20.04)
unused variable 'valera' [-Wunused-variable]
build-doom (ubuntu-20.04)
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[6]' [-Wincompatible-pointer-types]
build-doom (ubuntu-20.04)
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[4]' [-Wincompatible-pointer-types]
build-doom (ubuntu-20.04)
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[5]' [-Wincompatible-pointer-types]
build-doom (ubuntu-20.04)
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[8]' [-Wincompatible-pointer-types]
build-doom (ubuntu-20.04)
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[1]' [-Wincompatible-pointer-types]
build-doom (ubuntu-20.04)
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[1]' [-Wincompatible-pointer-types]
test-regression
unused variable 'fuck' [-Wunused-variable]
test-regression
'static' ignored on this declaration [-Wmissing-declarations]
test-regression
6 enumeration values not handled in switch: 'BT_USE', 'BT_SPECIALMASK', 'BT_CHANGE'... [-Wswitch]
test-regression
unused variable 'valera' [-Wunused-variable]
test-regression
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[6]' [-Wincompatible-pointer-types]
test-regression
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[4]' [-Wincompatible-pointer-types]
test-regression
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[5]' [-Wincompatible-pointer-types]
test-regression
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[8]' [-Wincompatible-pointer-types]
test-regression
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[1]' [-Wincompatible-pointer-types]
test-regression
incompatible pointer types initializing 'menuitem_t *' with an expression of type 'menuitem_t (*)[1]' [-Wincompatible-pointer-types]
test-regression
unused variable ‘fuck’ [-Wunused-variable]
test-regression
‘fuck’ defined but not used [-Wunused-variable]
test-regression
useless storage class specifier in empty declaration
test-regression
ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
test-regression
ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
test-regression
enumeration value ‘BT_USE’ not handled in switch [-Wswitch]
test-regression
enumeration value ‘BT_SPECIAL’ not handled in switch [-Wswitch]
test-regression
enumeration value ‘BT_SPECIALMASK’ not handled in switch [-Wswitch]
test-regression
enumeration value ‘BT_CHANGE’ not handled in switch [-Wswitch]
test-regression
enumeration value ‘BT_WEAPONMASK’ not handled in switch [-Wswitch]