This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gdcc [2017/07/09 11:19] – korshun | gdcc [2017/07/14 13:18] (current) – korshun | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| < | < | ||
| - | function int f() | + | function int f(void) |
| { | { | ||
| DoSomething(); | DoSomething(); | ||
| Line 28: | Line 28: | ||
| < | < | ||
| - | function void f() | + | function void f(void) |
| { | { | ||
| int x = g(1, 2, 3); | int x = g(1, 2, 3); | ||
| Line 34: | Line 34: | ||
| } | } | ||
| - | function void g() | + | function void g(void) |
| { | { | ||
| // This function does NOT return a value | // This function does NOT return a value | ||
| Line 46: | Line 46: | ||
| Some fatal compiler errors do not result in an error message, but in a compiled ACS file that is 0 bytes long. | Some fatal compiler errors do not result in an error message, but in a compiled ACS file that is 0 bytes long. | ||
| + | |||
| + | ==== Incomprehensible compiler errors ==== | ||
| + | |||
| + | '' | ||
| + | |||