Skip to content

Commit b269672

Browse files
authored
pencil edit
1 parent fe3aea6 commit b269672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The articles in this section of the documentation explain a subset of the warnin
222222
| Compiler warning (level 1) C5236 | JSON ill-formed: *message*; ignoring '*filename*' |
223223
| Compiler warning (level 1) C5237 | cannot resolve header unit entry '*name*' to a header file in '*filename*'; ignoring entry |
224224
| Compiler warning (level 1) C5238 | file system error: cannot open '*filename*' for reading; ignoring |
225-
| Compiler warning (level 4) C5239 | '*symbol*': potentially-throwing function called from a function declared `__declspec(nothrow)`. Undefined behavior may occur if an exception is thrown. |
225+
| Compiler warning (level 4) C5239 | '*symbol*': potentially throwing function called from a function declared `__declspec(nothrow)`. Undefined behavior may occur if an exception is thrown. |
226226
| [Compiler warning (level 4) C5240](c5240.md) | '*attribute-name*': attribute is ignored in this syntactic position |
227227
| Compiler warning (level 1) C5241 | '`/exportHeader`' usage to lookup header-name is deprecated; prefer '/headerName:name value=filename' |
228228
| Compiler warning (level 1) C5242 | syntax error in pragma '*identifier*' |

0 commit comments

Comments
 (0)