Skip to content

Commit ed81a24

Browse files
committed
small edit
1 parent e771bbc commit ed81a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/preprocessor/hash-warning-directive-c-cpp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The **#warning** directive emits a user-specified warning message at compile tim
1515
1616
## Remarks
1717

18-
The warning message is the *token-string* parameter. The *token-string* parameter isn't subject to macro expansion and can be optionally enclosed in quotes.\
18+
The warning message is the *token-string* parameter. The *token-string* parameter isn't subject to macro expansion and can be optionally enclosed in quotes.
19+
1920
Use this directive to inform the developer of a nonfatal issue or to communicate other important information during compilation.
2021

2122
The following example shows how to use the **#warning** directive:

0 commit comments

Comments
 (0)