Page 1 of 1

compile warnings from Xcode (mac)

Posted: Sat Nov 27, 2010 8:12 am
by Sirrocco
I wound up with two functions spitting out warnings on compile - dump_function and basic_serialize out of serial.c - looks to be complaining that they claim to return an int and a bool respectively, but have no return clause.

I hope you find this helpful.