Commit 185adeb
authored
Ignore unknown pragmas on apple (#912)
These two pragmas are unknown in XCode. While xcode can normally handle this and treat it as only a warning, systems that build with warnings as errors will fail to build. Add a check to ignore these two pragmas if the platform is Apple (macOS or iOS)1 parent 96c59da commit 185adeb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments