fix: kid_hashmap_free unsafe foreach #112
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/
|