You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ These warnings and all warnings in later versions are suppressed by using the co
297
297
| C4703 |`potentially uninitialized local pointer variable 'name' used`|
298
298
| C4728 |`/Yl- option ignored because PCH reference is required`|
299
299
| C4745 |`volatile access of 'name' cannot be honored due to its size`|
300
-
| C4746|volatile access of 'name' is subject to /volatile:\<iso | ms> setting; consider using __iso_volatile_load/store intrinsic functions |
300
+
| C4746| `volatile access of 'name' is subject to /volatile:<iso | ms> setting; consider using __iso_volatile_load/store intrinsic functions`|
301
301
| C4872 |`floating point division by zero detected when compiling the call graph for the concurrency::parallel_for_each at: 'description'`|
302
302
| C4880 |`casting from 'type' to 'type': casting away constness from a pointer or reference may result in undefined behavior in an amp restricted function`|
303
303
| C4881 |`the constructor and/or the destructor will not be invoked for tile_static variable 'type'`|
0 commit comments