Merge pull request #14 from hsiaosiyuan0/fix/macos-crash #113
Annotations
10 warnings
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/
|
src/vm/dump.c#L483
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
|
qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
|
qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
|
qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
src/vm/gc.c#L2058
format specifies type 'int' but the argument has type 'long' [-Wformat]
|
qjs/debug.c#L647
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
The logs for this run have expired and are no longer available.
Loading