Changes between Initial Version and Version 1 of Ticket #65016, comment 3


Ignore:
Timestamp:
Apr 17, 2022, 4:18:40 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65016, comment 3

    initial v1  
    1 It's using MacPorts clang 13 now. The previous build of this port on 10.13 used MacPorts clang 12 because it occurred on February 16, which predated [changeset:f89f5bff12588323fdcdbdb55a94e5b11f06777c/macports-ports the February 24 change] that made MacPorts choose MacPorts clang 13 in preference to MacPorts clang 12.
     1It's using MacPorts clang 13 now. The [https://build.macports.org/builders/ports-10.13_x86_64-builder/builds/142478 previous build of this port on 10.13] used MacPorts clang 12 because it occurred on February 16, which predated [changeset:f89f5bff12588323fdcdbdb55a94e5b11f06777c/macports-ports the February 24 change] that made MacPorts choose MacPorts clang 13 in preference to MacPorts clang 12.
    22
    33MacPorts clang 13 introduces this new `unused-but-set-variable` warning. It's not enabled by default, however it is enabled if you request all warnings with `-Wall` which this project does do and which is fairly common.