X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Fbuild%2Fstandalone.gypi;h=b09122b538e33b27ada26fac414cf007656c8e7d;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=2ed19f65eaca08fec636b16b113482a02b0cf8a6;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/build/standalone.gypi b/src/v8/build/standalone.gypi index 2ed19f6..b09122b 100644 --- a/src/v8/build/standalone.gypi +++ b/src/v8/build/standalone.gypi @@ -215,9 +215,18 @@ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ or OS=="netbsd"', { 'target_defaults': { - 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', - '-Wno-long-long', '-pthread', '-fno-exceptions', - '-pedantic' ], + 'cflags': [ + '-Wall', + '<(werror)', + '-W', + '-Wno-unused-parameter', + '-Wno-long-long', + '-pthread', + '-fno-exceptions', + '-pedantic', + # Don't warn about the "struct foo f = {0};" initialization pattern. + '-Wno-missing-field-initializers', + ], 'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti', '-std=gnu++0x' ], 'ldflags': [ '-pthread', ], 'conditions': [ @@ -234,8 +243,15 @@ # or OS=="netbsd"' ['OS=="qnx"', { 'target_defaults': { - 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', - '-fno-exceptions' ], + 'cflags': [ + '-Wall', + '<(werror)', + '-W', + '-Wno-unused-parameter', + '-fno-exceptions', + # Don't warn about the "struct foo f = {0};" initialization pattern. + '-Wno-missing-field-initializers', + ], 'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti', '-std=gnu++0x' ], 'conditions': [ [ 'visibility=="hidden"', { @@ -263,6 +279,7 @@ 'defines': [ '_CRT_SECURE_NO_DEPRECATE', '_CRT_NONSTDC_NO_DEPRECATE', + '_USING_V110_SDK71_', ], 'conditions': [ ['component=="static_library"', { @@ -298,6 +315,7 @@ 'AdditionalOptions': ['/ignore:4221'], }, 'VCLinkerTool': { + 'MinimumRequiredVersion': '5.01', # XP. 'AdditionalDependencies': [ 'ws2_32.lib', ], @@ -359,6 +377,8 @@ '-Wendif-labels', '-W', '-Wno-unused-parameter', + # Don't warn about the "struct foo f = {0};" initialization pattern. + '-Wno-missing-field-initializers', ], }, 'conditions': [