]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I can haz clean-ish gcc -Wall build on Windows???????
authorJeff Trawick <trawick@apache.org>
Thu, 14 Apr 2011 17:36:34 +0000 (17:36 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Apr 2011 17:36:34 +0000 (17:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092401 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f09a4f73505d1925b13c097fae9e3be9f8684c71..4213c3adf28958526c99290f623c1545934f5736 100644 (file)
--- 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