Update Node16 to Node20 #15
Annotations
11 warnings
run-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run-tests
data definition has no type or storage class
|
run-tests
type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int]
|
run-tests
return type defaults to ‘int’ [-Wimplicit-int]
|
run-tests
array subscript has type ‘char’ [-Wchar-subscripts]
|
run-tests
unused parameter ‘n’ [-Wunused-parameter]
|
run-tests
return type defaults to ‘int’ [-Wimplicit-int]
|
run-tests
implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
|
run-tests
incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch]
|
run-tests
format ‘%f’ expects argument of type ‘double’, but argument 2 has type ‘int’ [-Wformat=]
|
run-tests
format ‘%s’ expects a matching ‘char *’ argument [-Wformat=]
|