Author: rhuijben
Date: Wed Feb 18 08:45:25 2015
New Revision: 1660574
URL: http://svn.apache.org/r1660574
Log:
* STATUS: Nominate r1532287.
Modified:
subversion/branches/1.8.x/STATUS
Modified: subversion/branches/1.8.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1660574&r1=1660573&r2=1660574&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Wed Feb 18 08:45:25 2015
@@ -143,6 +143,20 @@ Candidate changes:
Votes:
+1: rhuijben, philip
+ * r1532287
+ Simplify Windows resource compilation to avoid warnings
+ Justification:
+ Windows .rc files are compiled with a resource compiler that uses a
+ C preprocessor. Our .rc file uses svn_version.h to include the version
+ info, but this also brings in a lot of other include files. On newer
+ Windows development platforms these header files include macros that
+ cause warnings in the resource compilation process. This patch resolves
+ all those warnings by including just what is necessary. (This resolves
+ multiple warnings for each .dll and .exe on the Windows buildbot,
+ thereby hiding more important warnings)
+ Votes:
+ +1: rhuijben
+
Veto-blocked changes:
=====================