1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/fsearch
Alexey Dokuchaev 62dc27e0ab sysutils/fsearch: try to unbreak the port's build on -CURRENT/i386:
error: incompatible function pointer types passing 'bool (const
  char *, time_t *, time_t *)' (aka 'bool (const char *, int *,
  int *)') to parameter of type 'FsearchQueryIntegerParserFunc *'
  (aka 'bool (*)(const char *, long long *, long long *)')

i386 is the only architecture with 32-bit `time_t' and I don't think
adding another `FsearchQueryTimeParserFunc' type just to circumvent
this [-Wincompatible-function-pointer-types] issue is warranted, or
even upstreamable, so simply pass those numbers as `int64_t' as this
does not affect internal time-related calculations.

Reported by:	pkg-fallout
2023-07-31 06:58:58 +00:00
..
files sysutils/fsearch: try to unbreak the port's build on -CURRENT/i386: 2023-07-31 06:58:58 +00:00
distinfo
Makefile sysutils/fsearch: try to unbreak the port's build on -CURRENT/i386: 2023-07-31 06:58:58 +00:00
pkg-descr
pkg-plist