Jonathan Leffler <jonathan.leffler <at> gmail.com> writes:I have a hard time finding a gcc option to enable these "returned value not
> You could avoid the cast by using: return strcpy(buf, "??? ??? ?? ??:??:??
????\n");This is one of the few occasions when the return value from strcpy()
actually is useful.
used" warnings which would need this cast... :-)