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


_______________________________________________
Mailing list: https://launchpad.net/~hugin-bug-hunters
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~hugin-bug-hunters
More help   : https://help.launchpad.net/ListHelp

Reply via email to