Ignore:
Timestamp:
Jul 31, 2009, 5:50:10 PM (16 years ago)
Author:
[email protected]
Message:

Fixes the Windows release-PGO build.

Reviewed by Jon Honeycutt.

  • JavaScriptCore.vcproj/WTF/WTF.vcproj: Suppresses the warning about unreachable code that we get by adding "return 0" to WTF::TCMalloc_PageHeap::runScavengerThread().
  • wtf/FastMalloc.cpp: (WTF::TCMalloc_PageHeap::runScavengerThread): Fixes the error about the method not returning a value in the release-PGO build.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r44897 r46648  
    260260                        RelativePath="..\..\wtf\FastMalloc.cpp"
    261261                        >
     262                        <FileConfiguration
     263                                Name="Release|Win32"
     264                                >
     265                                <Tool
     266                                        Name="VCCLCompilerTool"
     267                                        DisableSpecificWarnings="4702"
     268                                />
     269                        </FileConfiguration>
    262270                </File>
    263271                <File
Note: See TracChangeset for help on using the changeset viewer.