ports/devel/benchmark
Piotr Kubaj 0f3e16d9b5 devel/benchmark: fix build on powerpc
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.
2024-12-31 15:00:04 +01:00
..
distinfo
Makefile
pkg-descr
pkg-plist