Temporarily remove warning about inconsistent overrides
authorjochen <jochen@chromium.org>
Thu, 11 Dec 2014 19:10:29 +0000 (11:10 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 11 Dec 2014 19:10:45 +0000 (19:10 +0000)
Otherwise, V8 won't compile with the latest clang anymore

BUG=v8:3753
R=machenbach@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/797583004

Cr-Commit-Position: refs/heads/master@{#25788}

build/standalone.gypi

index f618a06..4bd22b3 100644 (file)
         ],
       },
     }],
+    ['clang==1', {
+      'target_defaults': {
+        # Remove once issue 3753 is fixed.
+        'cflags_cc': [ '-Wno-inconsistent-missing-override',
+                       '-Wno-unknown-warning-option', ],
+       },
+    }],
     ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
        or OS=="netbsd"', {
       'target_defaults': {