mirror of
https://github.com/google/brotli.git
synced 2026-04-06 06:03:43 +00:00
Using clang-12 / Linux, implicit float conversion error #352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blais on GitHub (Oct 25, 2020).
In file included from external/org_brotli/c/enc/block_splitter.c:14:
external/org_brotli/c/enc/./bit_cost.h:48:16: error: implicit conversion from 'size_t' (aka 'unsigned long') to 'double' may lose precision [-Werror,-Wimplicit-int-float-conversion]
if (retval < sum) {
~ ^~~
1 error generated.