Revision: 22986
Author: [email protected]
Date: Fri Aug 8 06:59:11 2014 UTC
Log: Skip -pedantic for GTest as long as we -std=gnu++0x.
[email protected]
Review URL: https://codereview.chromium.org/457553002
http://code.google.com/p/v8/source/detail?r=22986
Modified:
/branches/bleeding_edge/test/base-unittests/base-unittests.gyp
=======================================
--- /branches/bleeding_edge/test/base-unittests/base-unittests.gyp Thu Aug
7 07:14:13 2014 UTC
+++ /branches/bleeding_edge/test/base-unittests/base-unittests.gyp Fri Aug
8 06:59:11 2014 UTC
@@ -27,6 +27,15 @@
'platform/time-unittest.cc',
'utils/random-number-generator-unittest.cc',
],
+ 'conditions': [
+ ['os_posix == 1', {
+ # TODO(svenpanne): This is a temporary work-around to fix the
warnings
+ # that show up because we use -std=gnu++0x instead of -std=c++11.
+ 'cflags!': [
+ '-pedantic',
+ ],
+ }],
+ ],
},
],
}
--
--
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.