You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/marxin/.phoronix-test-suite/installed-tests/pts/webp2-1.1.0/libwebp2-master/src/enc/partitioning/partition_score_func_area.cc:177:12: error: variable 'num_block_units' set but not used [-Werror,-Wunused-but-set-variable]
/home/marxin/.phoronix-test-suite/installed-tests/pts/webp2-1.1.0/libwebp2-master/src/enc/partitioning/partitioner_split_recurse.cc:222:12: error: variable 'max_num_blocks_left' set but not used [-Werror,-Wunused-but-set-variable]
/home/marxin/.phoronix-test-suite/installed-tests/pts/webp2-1.1.0/libwebp2-master/src/enc/partitioning/partitioner_split.cc:82:12: error: variable 'max_num_blocks_left' set but not used [-Werror,-Wunused-but-set-variable]
The text was updated successfully, but these errors were encountered:
Fails with
CC=clang CXX=clang++
due to:The text was updated successfully, but these errors were encountered: