Fixed diagnostic messages about undeclared identifiers.

This commit is contained in:
acqn
2023-11-27 20:39:15 +08:00
parent 7574e36e95
commit b99ebc1256
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
custom-reference-error.c:18: Error: Call to undeclared function 'printf'
custom-reference-error.c:19: Error: Undefined symbol: 'n'
custom-reference-error.c:19: Error: Undeclared identifier 'n'
custom-reference-error.c:21: Warning: Control reaches end of non-void function [-Wreturn-type]
custom-reference-error.c:21: Warning: Parameter 'argc' is never used
custom-reference-error.c:21: Warning: Parameter 'argv' is never used