summaryrefslogtreecommitdiff
path: root/java/jcommon
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-11 17:40:37 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-11 17:40:37 +0000
commit666433c6813f81dd6d62528359a7165730ef14d5 (patch)
treebcf05af2175e8afab04049a2dd3c7e788369694e /java/jcommon
parentmail/mailsync: Unbreak in 11.4 and 12.2 (diff)
cad/iverilog: fix build on GCC architectures
expression_evaluate.cc: In member function 'virtual bool ExpArithmetic::evaluate(Entity*, ScopeBase*, int64_t&) const': expression_evaluate.cc:67: error: call of overloaded 'pow(int64_t&, int64_t&)' is ambiguous /usr/include/math.h:257: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float)
Notes
Notes: svn path=/head/; revision=554905
Diffstat (limited to 'java/jcommon')
0 files changed, 0 insertions, 0 deletions