Skip to content

Commit c6b4920

Browse files
authored
Update compiler-warning-level-1-c4392.md
1 parent 18b039d commit c6b4920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4392.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ helpviewer_keywords: ["C4392"]
77
---
88
# Compiler Warning (level 1, Error) C4392
99

10-
'signature' : incorrect number of arguments for intrinsic function, expected 'number' arguments
10+
> 'signature' : incorrect number of arguments for intrinsic function, expected 'number' arguments
1111
12-
A function declaration for a compiler intrinsic had the wrong number of arguments. The resulting image may not run correctly. To fix this warning, either correct the declaration or delete the declaration and simply #include the appropriate header file.
12+
A function declaration for a compiler intrinsic had the wrong number of arguments. The resulting image may not run correctly. To fix this warning, either correct the declaration or delete the declaration and `#include` the appropriate header file.
1313

1414
This warning is always issued as an error. Use the [warning](../../preprocessor/warning.md) pragma to disable or change the warning level.
1515

0 commit comments

Comments
 (0)