Opened 8 months ago
Closed 8 months ago
#69472 closed defect (fixed)
gutenprint @5.3.3: error: incompatible pointer to integer conversion
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | sonoma haspatch | Cc: | DrLex0 (Alexander Thomas) |
Port: | gutenprint |
Description
Broken out from #69471, gutenprint fails to build with Xcode 15.3 because of this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269972
print.c:117:29: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'gint32' (aka 'int') [-Wint-conversion]
A commit that fixes the problem is referenced there.
Change History (2)
comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
https://github.com/macports/macports-ports/pull/22990