1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark BROKEN: fails to build

tools/db_bench_tool.cc:1976:16: error: private field 'trace_options_' is not used [-Werror,-Wunused-private-field]
  TraceOptions trace_options_;
               ^

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-18 19:30:59 +00:00
parent 88de199fec
commit 240cd40d21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485251

View File

@ -9,6 +9,7 @@ COMMENT= Persistent key-value store for fast storage environments (lite version)
LITE= yes
MASTERDIR= ${.CURDIR}/../rocksdb
BROKEN= fails to build
BROKEN_armv6= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
BROKEN_armv7= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')