| ... | @@ -5278,7 +5278,7 @@ pub fn addCCArgs( | ... | @@ -5278,7 +5278,7 @@ pub fn addCCArgs( |
| 5278 | // version as well as the -mmacosx-version-min argument. | 5278 | // version as well as the -mmacosx-version-min argument. |
| 5279 | // Zig provides the correct value in both places, so it | 5279 | // Zig provides the correct value in both places, so it |
| 5280 | // doesn't matter which one gets overridden. | 5280 | // doesn't matter which one gets overridden. |
| 5281 | argv.appendAssumeCapacity("-Wno-overriding-t-option"); | 5281 | argv.appendAssumeCapacity("-Wno-overriding-option"); |
| 5282 | }, | 5282 | }, |
| 5283 | .ios, .tvos, .watchos => switch (target.cpu.arch) { | 5283 | .ios, .tvos, .watchos => switch (target.cpu.arch) { |
| 5284 | // Pass the proper -m<os>-version-min argument for darwin. | 5284 | // Pass the proper -m<os>-version-min argument for darwin. |