mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Issue in powerpc-specific code: In file included from /wrkdirs/usr/ports/devel/benchmark/work/benchmark-1.9.0/src/sysinfo.cc:78: /wrkdirs/usr/ports/devel/benchmark/work/benchmark-1.9.0/src/cycleclock.h:99:10: error: implicit conversion changes signedness: 'int32_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') [-Werror,-Wsign-conversion] 99 | tbl &= -static_cast<int32_t>(tbu0 == tbu1); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/devel/benchmark/work/benchmark-1.9.0/src/cycleclock.h:101:46: error: implicit conversion changes signedness: 'uint64_t' (aka 'unsigned long long') to 'int64_t' (aka 'long long') [-Werror,-Wsign-conversion] 101 | return (static_cast<uint64_t>(tbu1) << 32) | tbl; | ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2 errors generated. |
||
---|---|---|
.. | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |