Changeset 188801 in webkit


Ignore:
Timestamp:
Aug 21, 2015, 4:48:52 PM (10 years ago)
Author:
Brent Fulgham
Message:

[Win] Unreviewed build fix.

  • win/tools/vsprops/common.props: Ignore a warning that is filling the

build logs with useless cruft.

Location:
trunk/WebKitLibraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r188736 r188801  
     12015-08-21  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Unreviewed build fix.
     4
     5        * win/tools/vsprops/common.props: Ignore a warning that is filling the
     6        build logs with useless cruft.
     7
    182015-08-20  Lucas Forschler  <lforschler@apple.com>
    29
  • trunk/WebKitLibraries/win/tools/vsprops/common.props

    r187918 r188801  
    4949      <TreatWarningAsError>false</TreatWarningAsError>
    5050      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    51       <DisableSpecificWarnings>4458;4456;4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4309;4344;4355;4389;4396;4481;4503;4505;4510;4512;4530;4610;4702;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
     51      <DisableSpecificWarnings>4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4309;4344;4355;4389;4396;4456;4457;4458;4459;4481;4503;4505;4510;4512;4530;4610;4702;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    5252      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    5353      <RuntimeLibrary Condition="$(Configuration)=='Release_WinCairo' or $(Configuration)=='Debug_WinCairo'">MultiThreadedDLL</RuntimeLibrary>
Note: See TracChangeset for help on using the changeset viewer.