Opened 13 months ago
Closed 11 months ago
#68393 closed defect (worksforme)
py311-netcdf4: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
Reported by: | mf2k (Frank Schima) | Owned by: | jswhit (Jeff Whitaker) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.99 |
Keywords: | Cc: | Dave-Allured (Dave Allured) | |
Port: | py-netcdf4 |
Description
Running Xcode 15.
Error appears to be:
:info:build src/netCDF4/_netCDF4.c:87082:3: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] :info:build import_array(); :info:build ^~~~~~~~~~~~~~
Attachments (1)
Change History (4)
Changed 13 months ago by mf2k (Frank Schima)
comment:1 Changed 13 months ago by mf2k (Frank Schima)
comment:2 Changed 12 months ago by Dave-Allured (Dave Allured)
Cc: | Dave-Allured added |
---|
comment:3 Changed 11 months ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Builds fine with Xcode 15.1 release.
Note: See
TracTickets for help on using
tickets.
This builds just fine with Xcode 15.1 beta and fixing gcc13 to use ld instead of ld_classic.