- fix build problems
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Disable warning that
gives often downright incorrect results based on guessing what will happen in 64-bit.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21105
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-04-25 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Anders.
+
+ - fix build problems
+
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Disable warning that
+ gives often downright incorrect results based on guessing what will happen in 64-bit.
+
2007-04-25 Darin Adler <darin@apple.com>
Reviewed by Geoff.
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
- Detect64BitPortabilityProblems="true"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996"
ForcedIncludeFiles=""