Skip to content

Commit a51d667

Browse files
authored
Update compiler-warning-level-4-c4255.md
1 parent 093be51 commit a51d667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4255.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ helpviewer_keywords: ["C4255"]
77
---
88
# Compiler Warning (level 4, off) C4255
99

10-
'function' : no function prototype given: converting '()' to '(void)'
10+
> 'function' : no function prototype given: converting '()' to '(void)'
1111
12-
The compiler did not find an explicit list of arguments to a function. This warning is for the C compiler only.
12+
The compiler didn't find an explicit list of arguments to a function. This warning is for the C compiler only.
1313

14-
This warning is off by default. See [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md) for more information.
14+
This warning is off by default. For more information, see [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1515

1616
The following sample generates C4255:
1717

0 commit comments

Comments
 (0)