Changeset 188801 in webkit
- Timestamp:
- Aug 21, 2015, 4:48:52 PM (10 years ago)
- Location:
- trunk/WebKitLibraries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKitLibraries/ChangeLog
r188736 r188801 1 2015-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 1 8 2015-08-20 Lucas Forschler <lforschler@apple.com> 2 9 -
trunk/WebKitLibraries/win/tools/vsprops/common.props
r187918 r188801 49 49 <TreatWarningAsError>false</TreatWarningAsError> 50 50 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 51 <DisableSpecificWarnings>4 458;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> 52 52 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 53 53 <RuntimeLibrary Condition="$(Configuration)=='Release_WinCairo' or $(Configuration)=='Debug_WinCairo'">MultiThreadedDLL</RuntimeLibrary>
Note:
See TracChangeset
for help on using the changeset viewer.