1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-25 06:55:13 +00:00
cc65/test/ref/custom-reference-error.cref

7 lines
411 B
Plaintext
Raw Normal View History

custom-reference-error.c:17: Error: #error
custom-reference-error.c:21: Error: Call to undeclared function 'printf'
custom-reference-error.c:22: Error: Undeclared identifier 'n'
custom-reference-error.c:24: Warning: Control reaches end of non-void function [-Wreturn-type]
custom-reference-error.c:24: Warning: Parameter 'argc' is never used
custom-reference-error.c:24: Warning: Parameter 'argv' is never used