Snippets for xapian-bindings 2.1.0.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/p5-Xapian/2.1.0.0/150arm64-default.log.
-
xapian_wrap.cc:2074:65: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2074 | if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) { | ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~ -
xapian_wrap.cc:2994:58: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 2994 | if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) { | ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~