Alex Riesen <raa.lkml@xxxxxxxxx> writes: > 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 Eh? I've looked at builtin-apply and utf8 cases but these returns are after an endless loop whose exit paths always return directly, so these return statements are in fact never reached. Dumber compilers may not notice and if you remove these returns they may start complaining, though. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html