Changeset 142379 in webkit


Ignore:
Timestamp:
Feb 9, 2013 12:13:54 PM (11 years ago)
Author:
jschuh@chromium.org
Message:

[CHROMIUM] Suppress c4267 build warnings for Win64 tests
https://bugs.webkit.org/show_bug.cgi?id=109359

Reviewed by Abhishek Arya.

  • DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r142376 r142379  
     12013-02-09  Justin Schuh  <jschuh@chromium.org>
     2
     3        [CHROMIUM] Suppress c4267 build warnings for Win64 tests
     4        https://bugs.webkit.org/show_bug.cgi?id=109359
     5
     6        Reviewed by Abhishek Arya.
     7
     8        * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
     9
    1102013-02-09  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

    r142237 r142379  
    150150                }],
    151151            ],
     152            # Disable c4267 warnings until we fix size_t to int truncations.
     153            'msvs_disabled_warnings': [ 4267, ],
    152154        },
    153155        {
     
    433435                    # The .rc file requires that the name of the dll is npTestNetscapePlugIn.dll.
    434436                    'product_name': 'npTestNetscapePlugIn',
     437                    # Disable c4267 warnings until we fix size_t to int truncations.
     438                    'msvs_disabled_warnings': [ 4267, ],
    435439                }],
    436440            ],
Note: See TracChangeset for help on using the changeset viewer.