Commit 38a6f0b6 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 9b60e22b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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