From: Jeff Trawick Date: Thu, 14 Apr 2011 17:36:34 +0000 (+0000) Subject: I can haz clean-ish gcc -Wall build on Windows??????? X-Git-Tag: 2.2.18~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3702cf753801dd67f6a8c20cec39b53579c5888;p=thirdparty%2Fapache%2Fhttpd.git I can haz clean-ish gcc -Wall build on Windows??????? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092401 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f09a4f73505..4213c3adf28 100644 --- a/STATUS +++ b/STATUS @@ -125,6 +125,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: against it) +1 fuankg, wrowe + * Fixes for gcc -Wall warnings in Windows code + Trunk patch: revisions/descriptions at + http://people.apache.org/~trawick/mingw_patch_revisions.txt + 2.2.x patch: http://people.apache.org/~trawick/mingw_fix_warnings.txt + (It is worth pointing out that DWORD = unsigned long for 16-, + 32-, and 64-bit builds.) + 2.2.x warnings without patch: + http://people.apache.org/~trawick/mingw_r1092398_warnings.txt + 2.2.x warnings with patch: + http://people.apache.org/~trawick/mingw_patch_warnings.txt + +1: trawick + PATCHES/ISSUES THAT ARE STALLED * mod_dav: If an unknown Content-* header is received for a PUT request, we