Bug 394613 - Fails to build for 32-bit platforms
Summary: Fails to build for 32-bit platforms
Status: RESOLVED DUPLICATE of bug 394330
Alias: None
Product: Heaptrack
Classification: Applications
Component: general (show other bugs)
Version: 1.1.0
Platform: openSUSE Linux
: NOR critical
Target Milestone: ---
Assignee: Milian Wolff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-23 13:56 UTC by Fabian Vogt
Modified: 2018-05-23 15:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Vogt 2018-05-23 13:56:58 UTC
[  136s] /home/abuild/rpmbuild/BUILD/heaptrack-1.1.0/src/util/linewriter.h:170:46: error: call of overloaded 'clz(long long unsigned int&)' is ambiguous
[  136s]          const unsigned zeroBits = value ? clz(value) : numBits;
[  136s]                                            ~~~^~~~~~~
[  136s] /home/abuild/rpmbuild/BUILD/heaptrack-1.1.0/src/util/linewriter.h:151:28: note: candidate: static unsigned int LineWriter::clz(unsigned int)
[  136s]      inline static unsigned clz(unsigned V)
[  136s]                             ^~~
[  136s] /home/abuild/rpmbuild/BUILD/heaptrack-1.1.0/src/util/linewriter.h:156:28: note: candidate: static unsigned int LineWriter::clz(long unsigned int)
[  136s]      inline static unsigned clz(long unsigned V)
Comment 1 Fabian Vogt 2018-05-23 15:23:30 UTC

*** This bug has been marked as a duplicate of bug 394330 ***