Commit f911be5
committed
fix: Don't error when passing too new warning flags to old clang.
Older macOS versions with older xcode versions with older clang versions
don't have these warning flags. On newer ones, we do need those
suppressions. Alternative would be to detect support, but in this case,
we don't really care to be extremely clean.1 parent e64fa0c commit f911be5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments