w600 / arduino

arduino for w60x platform
29 stars 9 forks source link

Multiple functions with no return value although declared in prototype #7

Open maxgerhardt opened 4 years ago

maxgerhardt commented 4 years ago

GCC is throwing errors in your code regarding warning: no return statement in function returning non-void errors.

E.g., where is the return statement in this function that's supposed return a signed short?

https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/HardwareSerial.cpp#L45-L57

Same here

https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/HardwareSerial.cpp#L148-L175

maxgerhardt commented 2 years ago

What's going on here? Is this project completely abandoned?