Ignore:
Timestamp:
Oct 22, 2007, 10:43:49 AM (18 years ago)
Author:
aroben
Message:

Windows build fix

JavaScriptCore:

Windows build fix

Reviewed by NOBODY.

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Turn off warning about implicit conversion to bool.

WebCore:

Windows build fix

Reviewed by NOBODY.

  • WebCore.vcproj/WebCore.vcproj: Copy header files from platform/sql.
  • page/Page.cpp: Touched to force the header files to be copied.
File:
1 edited

Legend:

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

    r26881 r26889  
    5959                                Detect64BitPortabilityProblems="false"
    6060                                DebugInformationFormat="3"
    61                                 DisableSpecificWarnings="4018;4127;4355;4389;4510;4512;4610;4706;4996"
     61                                DisableSpecificWarnings="4018;4127;4355;4389;4510;4512;4610;4706;4800;4996"
    6262                                ForcedIncludeFiles=""
    6363                        />
     
    134134                                Detect64BitPortabilityProblems="false"
    135135                                DebugInformationFormat="3"
    136                                 DisableSpecificWarnings="4018;4127;4355;4389;4510;4512;4610;4706;4996"
     136                                DisableSpecificWarnings="4018;4127;4355;4389;4510;4512;4610;4706;4800;4996"
    137137                                ForcedIncludeFiles=""
    138138                        />
Note: See TracChangeset for help on using the changeset viewer.