compile error with GCC 14

Bug #2051591 reported by Bruno Postle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Panotools
New
Undecided
Unassigned

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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.