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-warning-level-4-c4255.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ helpviewer_keywords: ["C4255"]
7
7
---
8
8
# Compiler Warning (level 4, off) C4255
9
9
10
-
'function' : no function prototype given: converting '()' to '(void)'
10
+
> 'function' : no function prototype given: converting '()' to '(void)'
11
11
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.
13
13
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).
0 commit comments