Changes between Version 2 and Version 3 of Ticket #69384, comment 5
- Timestamp:
- May 3, 2024, 12:24:22 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69384, comment 5
v2 v3 66 66 }}} 67 67 68 Even so, I did not see a build erroron macOS 12 with Xcode clang or MacPorts gcc 13. Maybe this warning was improved in later GCC versions to be more accurate.68 Even 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. 69 69 70 70 The build system sets `-Werror` only when the compiler is GCC. I submitted a PR to stop doing that: