Reviewers: Benedikt Meurer,

Message:
Committed patchset #1 manually as 22878 (tree was closed).

Description:
Unbreak build with clang.

It's unclear whether it's a clang bug or our code is wrong, to be
verified later...

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=22878

Please review this at https://codereview.chromium.org/438323002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -2 lines):
  M build/standalone.gypi


Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 2ed19f65eaca08fec636b16b113482a02b0cf8a6..9bf45fb17180c8e5f73875db1d1a72316e53940d 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -216,8 +216,7 @@
        or OS=="netbsd"', {
       'target_defaults': {
         'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
-                    '-Wno-long-long', '-pthread', '-fno-exceptions',
-                    '-pedantic' ],
+                    '-Wno-long-long', '-pthread', '-fno-exceptions' ],
         'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti', '-std=gnu++0x' ],
         'ldflags': [ '-pthread', ],
         'conditions': [


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to