Opened 5 months ago
Closed 5 months ago
#70255 closed defect (duplicate)
opendx
Reported by: | bernstei | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | opendx |
Description (last modified by bernstei)
Like #61842, opendx compilation has once again broken due to updates to default clang language version and warning vs. error behavior. In particular, it complains about default int arguments and incompatible function pointer types ([edited] and some c++ narrowing thing)
I have a workaround, similar to that for the earlier ticket, that reverts the compiler to behavior expected by this old codebase. If someone could apply it to the Portfile, I'd be happy to share it.
Change History (3)
comment:1 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | opendx added |
comment:2 Changed 5 months ago by bernstei
Description: | modified (diff) |
---|
comment:3 Changed 5 months ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This looks the same as #70253, so I'm closing it for the same reason.
Note: See
TracTickets for help on using
tickets.
Reverting the compiler to prior permissive behavior is not desired. Fixing the problems correctly is what's needed.