Changes between Initial Version and Version 1 of Ticket #70255


Ignore:
Timestamp:
Jun 19, 2024, 2:43:57 PM (3 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Reverting the compiler to prior permissive behavior is not desired. Fixing the problems correctly is what's needed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70255

    • Property Port opendx added
  • Ticket #70255 – Description

    initial v1  
    1 Like https://trac.macports.org/ticket/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.
     1Like #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.
    22
    33I 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.