compile warnings from Xcode (mac)

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Sirrocco
Sher'Tul
Posts: 1059
Joined: Fri Apr 23, 2010 4:56 am

compile warnings from Xcode (mac)

#1 Post 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.

Post Reply