commit | bcac59d81b63c352a9073104e7e63838e117a877 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Aug 11 17:33:43 2005 +0000 |
committer | rsc <devnull@localhost> | Thu Aug 11 17:33:43 2005 +0000 |
tree | f8a3ffb635c9d2209d42baf19c85c73eaa2d90db | |
parent | 01d1f4cb4b791eca0bc79bc00188bf3c688290e6 [diff] [blame] |
silence various warnings
diff --git a/src/libhttpd/parse.c b/src/libhttpd/parse.c index de37f91..f03e9c3 100644 --- a/src/libhttpd/parse.c +++ b/src/libhttpd/parse.c
@@ -348,7 +348,6 @@ } lex(h); } - return head; } /* @@ -387,7 +386,6 @@ if(lex(h) != ',') return head; } - return head; } /* @@ -840,8 +838,7 @@ } return Word; } - goto top; - return 0; + /* not reached */ } /*