Author: rhuijben
Date: Tue Apr 26 18:23:38 2011
New Revision: 1096836

URL: http://svn.apache.org/viewvc?rev=1096836&view=rev
Log:
* build/generator/templates/vcnet_vcxproj.ezt
  Following up on r1096833, turn warning C4113 "A function pointer is assigned
  to another function pointer, but the formal parameter lists of the functions
  do not agree. The assignment is compiled without modification." into an error
  for Visual C++ 2010.

Modified:
    subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt

Modified: subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt?rev=1096836&r1=1096835&r2=1096836&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt Tue Apr 26 
18:23:38 2011
@@ -61,7 +61,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
       <BrowseInformation>true</BrowseInformation>
       
<DisableSpecificWarnings>4100;4127;4204;4206;4701;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
-      
<TreatSpecificWarningsAsErrors>4002;4003;4013;4020;4022;4024;4028;4029;4030;4031;4047;4089;4115;%(TreatSpecificWarningsAsErrors)</TreatSpecificWarningsAsErrors>
+      
<TreatSpecificWarningsAsErrors>4002;4003;4013;4020;4022;4024;4028;4029;4030;4031;4047;4089;4113;4115;%(TreatSpecificWarningsAsErrors)</TreatSpecificWarningsAsErrors>
     </ClCompile>
 [is config_type "Application"]    <Link>
       <AdditionalDependencies>[for 
configs.libs][configs.libs];[end]%(AdditionalDependencies)</AdditionalDependencies>


Reply via email to