]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2).
authorStefan Eissing <icing@apache.org>
Mon, 1 Feb 2021 09:01:22 +0000 (09:01 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 1 Feb 2021 09:01:22 +0000 (09:01 +0000)
commita2cf280a208be0560b4f5041f8a58c05cc19195f
treea48b534e465d13e200eb1d17744292351439752f
parentbdd21c82ea69f8334b7a7b2cfcc28bc5fb3740d9
 - fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2).
   these modern compilers have no respect for code from 2009.

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