Commit e1b1ef4
committed
fix: suppress MSVC STL std.ixx warnings when compiled by Clang
MSVC's std.ixx uses #include inside the module purview (by design),
triggering -Winclude-angled-in-module-purview (~56 warnings) and
-Wreserved-module-identifier (1 warning). Both are harmless — the
module compiles and works correctly. Suppress with -Wno flags.1 parent e594bbb commit e1b1ef4
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
205 | 210 | | |
206 | 211 | | |
207 | 212 | | |
208 | 213 | | |
209 | 214 | | |
210 | | - | |
| 215 | + | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
| |||
0 commit comments