Skip to content

fix: kid_hashmap_free unsafe foreach #112

fix: kid_hashmap_free unsafe foreach

fix: kid_hashmap_free unsafe foreach #112

Triggered via pull request December 11, 2023 04:34
Status Success
Total duration 5m 35s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest): src/vm/dump.c#L483
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
test (ubuntu-latest): src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
test (ubuntu-latest): qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
test (ubuntu-latest): src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
test (ubuntu-latest): qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
test (ubuntu-latest): src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
test (ubuntu-latest): qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
test (ubuntu-latest): src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
test (ubuntu-latest): qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
test (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/