Never mind. I see the log message got propchagned later.
On Sun, Mar 1, 2009 at 16:10, Greg Stein <gstein_at_gmail.com> wrote:
> This change also appears to disable 4206, but that is not mentioned in
> the log message. Was that intentional?
>
> (and why is AdditionalOptions two lines now?)
>
> On Sat, Feb 28, 2009 at 22:06, Bert Huijben <rhuijben_at_sharpsvn.net> wrote:
>> Author: rhuijben
>> Date: Sat Feb 28 13:06:12 2009
>> New Revision: 36212
>>
>> Log:
>> * subversion/generator/vcnet_vcproj.ezt
>> Following up on r36207, bring C4055 back to warning status to fix
>> compilation of the generated swig python code.
>>
>> Modified:
>> trunk/build/generator/vcnet_vcproj.ezt
>>
>> Modified: trunk/build/generator/vcnet_vcproj.ezt
>> URL: http://svn.collab.net/viewvc/svn/trunk/build/generator/vcnet_vcproj.ezt?pathrev=36212&r1=36211&r2=36212
>> ==============================================================================
>> --- trunk/build/generator/vcnet_vcproj.ezt Sat Feb 28 13:00:50 2009 (r36211)
>> +++ trunk/build/generator/vcnet_vcproj.ezt Sat Feb 28 13:06:12 2009 (r36212)
>> @@ -34,9 +34,10 @@
>> RuntimeLibrary="2"
>> BufferSecurityCheck="FALSE"
>> [end] WarningLevel="4"
>> - DisableSpecificWarnings="4100;4127;4204;4701;4706"
>> + DisableSpecificWarnings="4100;4127;4204;4206;4701;4706"
>> Detect64BitPortabilityProblems="FALSE"
>> - AdditionalOptions="/we4013 /we4028 /we4029 /we4030 /we4031 /we4047 /we4055 /we4089 /we4115"
>> + AdditionalOptions="
>> + /we4013 /we4028 /we4029 /we4030 /we4031 /we4047 /we4089 /we4115"
>> DebugInformationFormat="3"
>> ProgramDataBaseFileName="$(IntDir)\[target.output_pdb]"
>> CompileAsManaged="0"
>>
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1246568
>>
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1251045
Received on 2009-03-01 17:03:00 CET