Changes between Version 2 and Version 3 of Ticket #69384, comment 5


Ignore:
Timestamp:
May 3, 2024, 12:24:22 PM (4 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69384, comment 5

    v2 v3  
    6666}}}
    6767
    68 Even so, I did not see a build error on macOS 12 with Xcode clang or MacPorts gcc 13. Maybe this warning was improved in later GCC versions to be more accurate.
     68Even so, I did not see an error or warning about uninitialized variable use on macOS 12 with Xcode clang or MacPorts gcc 13. Maybe this warning was improved in later GCC versions to be more accurate.
    6969
    7070The build system sets `-Werror` only when the compiler is GCC. I submitted a PR to stop doing that: