Guido Ostkamp, Thu, Nov 15, 2007 23:19:11 +0100:
Hello,
the below patch fixes some compiler warnings returned by Solaris Workshop
Compilers.
CC builtin-apply.o
"builtin-apply.c", line 686: warning: statement not reached
CC utf8.o
"utf8.c", line 287: warning: statement not reached
CC xdiff/xdiffi.o
"xdiff/xdiffi.c", line 261: warning: statement not reached
All these are wrong. That's a fantastically broken piece of compiler
CC xdiff/xutils.o
"xdiff/xutils.c", line 236: warning: statement not reached
This one is right. Accidentally, as it seems