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