Author
anonymous
about 9 years ago
Language
Compiler
Options
Author
anonymous
about 9 years ago
$ prog.c:3:5: warning: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void ()' [-Wint-conversion]
int i = f;
^ ~
prog.c:3:9: error: initializer element is not a compile-time constant
int i = f;
^
1 warning and 1 error generated.
Exit Code:
1