Debian PTS – Tracker – Changelog – Bugs – packages.d.o – buildd.d.o
| Architecture | Version | Status | For | Buildd | State | Misc | Logs |
|---|---|---|---|---|---|---|---|
armhf ↓ | 0~git20181002.c5ee50b-3 | Build-Attempted | 2311d 4h 15m | mb-lxc-01 | uncompiled | misc:optional | old | all (21) |
printf("Total clocks during analysis: %zu\n", analyze_elapsed_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
./highwayhash/profiler.h: In member function 'void highwayhash::Results::UpdateOrAdd(size_t, uint64_t, uint64_t)':
./highwayhash/profiler.h:424:54: warning: left shift count >= width of type [-Wshift-count-overflow]
zone->num_calls = (biased_offset << Accumulator::kNumCallBits) + num_calls;
^~~~~~~~~~~~
./highwayhash/profiler.h: In member function 'void highwayhash::Results::MergeDuplicates()':
./highwayhash/profiler.h:458:42: warning: left shift count >= width of type [-Wshift-count-overflow]
(biased_offset << Accumulator::kNumCallBits) + num_calls;
^~~~~~~~~~~~
make[1]: *** [Makefile:51: obj/profiler_example.o] Error 1
rm obj/nanobenchmark_example.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:22: build-arch] Error 2