Changes between Initial Version and Version 1 of Ticket #65016


Ignore:
Timestamp:
Apr 16, 2022, 1:48:53 PM (2 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65016 – Description

    initial v1  
    1818However, the compilation defaults on 10.14 and higher are such, that this case is NOT flagged as an error. Does anyone happen to know why the defaults are different for 10.14 and above, vs. 10.13 and below... regardless of which Clang version is used? (I could probably figure this out, with enough time spent digging through the changes to both our portgroups - and base 2.7.2 - but hoping someone else might know off the top of their head.)
    1919
    20 As for the fix, it may be a simple matter of ensure set-but-unused variables are not flagged as errors. So potentially no big deal there.
     20As for the fix, it may be a simple matter of ensuring that set-but-unused variables are not flagged as errors. So potentially no big deal there.
    2121
    2222But I'm more curious as to where this behavior has changed, between our portgroups and base 2.7.2. Thoughts?