summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-04-14 17:36:34 +0000
committerJeff Trawick <trawick@apache.org>2011-04-14 17:36:34 +0000
commitb3702cf753801dd67f6a8c20cec39b53579c5888 (patch)
treecca37a4df1eb2ab0509df5de8a602c29a122cfe8
parent3d99e797f6f40c276f9f1ccc65fb97cb81c983b9 (diff)
downloadhttpd-b3702cf753801dd67f6a8c20cec39b53579c5888.tar.gz
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
-rw-r--r--STATUS12
1 files changed, 12 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index f09a4f7350..4213c3adf2 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