hugin-bug-hunters team mailing list archive
-
hugin-bug-hunters team
-
Mailing list archive
-
Message #08183
[Bug 2051591] [NEW] compile error with GCC 14
Public bug reported:
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;
| ^
** Affects: panotools
Importance: Undecided
Status: New
--
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:
New
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
Follow ups