From: Robert Spalek Date: Thu, 2 Mar 2006 04:14:10 +0000 (+1000) Subject: get rid of return's after ASSERT's. that only caused warnings with (buggy) X-Git-Tag: holmes-import~668^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a923fdbc00e546cfef869db6cdb1695ec26b6068;p=libucw.git get rid of return's after ASSERT's. that only caused warnings with (buggy) gcc4 --- diff --git a/lib/slists.c b/lib/slists.c index 42105c20..fffc64ec 100644 --- a/lib/slists.c +++ b/lib/slists.c @@ -21,7 +21,6 @@ slist_raw_prev(slist *l, snode *n) m = m->next; } ASSERT(0); - return NULL; } void *