]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a few compiler warning reported by Steffen:
authorStefan Fritsch <sf@apache.org>
Mon, 5 Dec 2011 09:38:44 +0000 (09:38 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 5 Dec 2011 09:38:44 +0000 (09:38 +0000)
commit614564c886895adf58466f3283cb42bd188708b9
tree1baac5862bf1ac088f6bcd1de6472326b81a9d7c
parent6fdff19f47e53199a2e569c23fadf6a68e6c9d76
Fix a few compiler warning reported by Steffen:
- some signed/unsigned mismatches
- const for a function does not make sense

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210378 13f79535-47bb-0310-9956-ffa450edef68
server/util_expr_eval.c