hugin-bug-hunters team mailing list archive
-
hugin-bug-hunters team
-
Mailing list archive
-
Message #08235
[Bug 2051591] Re: compile error with GCC 14
Closing, as the build now seems to be ok with a newer gcc
** Changed in: panotools
Status: New => Invalid
--
You received this bug notification because you are a member of Hugin Bug
Hunters, which is subscribed to Panotools.
https://bugs.launchpad.net/bugs/2051591
Title:
compile error with GCC 14
Status in Panotools:
Invalid
Bug description:
This seems like a straightforward bug, it only appears in the i386
build
/builddir/build/BUILD/libpano13-2.9.22/adjust.c:2255:11: error: assignment to ‘int64_t *’ {aka ‘long long int *’} from incompatible pointer type ‘long int *’ [-Wincompatible-pointer-types]
2255 | rowptr = jac->rowptr;
| ^
/builddir/build/BUILD/libpano13-2.9.22/adjust.c:2303:11: error: assignment to ‘int64_t *’ {aka ‘long long int *’} from incompatible pointer type ‘long int *’ [-Wincompatible-pointer-types]
2303 | colidx = jac->colidx;
| ^
To manage notifications about this bug go to:
https://bugs.launchpad.net/panotools/+bug/2051591/+subscriptions
References