Debian PTS – Tracker – Changelog – Bugs – packages.d.o – buildd.d.o – Source
| Architecture | Version | Status | For | Buildd | State | Section | Logs | Actions |
|---|---|---|---|---|---|---|---|---|
armhf ↓ | 0~git20181002.c5ee50b-3 | Build-Attempted | 952d 5h 55m | bm-wb-03 | uncompiled | misc | old | all (21) | giveback |
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