Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch quickjs.c to work around an error in Clang
error: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-const-int-float-conversion] else if (d > INT64_MAX) ~ ^~~~~~~~~
- Loading branch information