Skip to content

Commit 4317d7c

Browse files
committed
fbdocs: wiki snapshot 2016.04.16
1 parent bd64551 commit 4317d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/manual/cache/CompilerErrMsg.wakka

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ During the program compilation three types of errors can arise:
4949
- //42(0) Calling convention mismatch//
5050
- //43(0) Argument count mismatch//
5151
- //44(1) Suffix ignored//
52+
- //45(1) FOR counter variable is unable to exceed limit value//
5253

5354
==Compiler Error messages:==
5455
The error messages stop the compilation after 10 errors (see the -maxerr command-line option to change that default value) or a fatal error occurred, and require a correction by the user before the compilation can be continued. The compiler signals the lines where the errors have been found, so the correction can be done quickly. In a few cases the place pointed at by the error messages is not where the errors can be found, it's the place where the compiler has given up in waiting for something that should be somewhere.

0 commit comments

Comments
 (0)