Changes between Version 1 and Version 2 of Ticket #70255


Ignore:
Timestamp:
Jun 19, 2024, 5:53:17 PM (3 months ago)
Author:
bernstei
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70255 – Description

    v1 v2  
    1 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.
     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 ([edited] and some c++ narrowing thing)
    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.