[ERROR]
The specified function was declared as returning a value, but the function definition did not contain a return statement.
int foo(void) {}
Write a return statement in this function or declare the function with a void return type.