Skip to content

Commit ad21cb2

Browse files
author
Colin Robertson
authored
Update compiler-warnings-by-compiler-version.md
Match the neighboring entries' code styling.
1 parent 9d856f3 commit ad21cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ These warnings and all warnings in later versions are suppressed by using the co
297297
| C4703 | `potentially uninitialized local pointer variable 'name' used` |
298298
| C4728 | `/Yl- option ignored because PCH reference is required` |
299299
| 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` |
301301
| C4872 | `floating point division by zero detected when compiling the call graph for the concurrency::parallel_for_each at: 'description'` |
302302
| C4880 | `casting from 'type' to 'type': casting away constness from a pointer or reference may result in undefined behavior in an amp restricted function` |
303303
| C4881 | `the constructor and/or the destructor will not be invoked for tile_static variable 'type'` |

0 commit comments

Comments
 (0)