Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 12212198: Add C++ Trace Event support to PPAPI/NaCl SDK (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: brettw feedback Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/dev/trace_event_dev.cc ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 1cf11d46ed6fb7d89fb8a31f9a32fa231a831210..8a45b288fc95517152abb357a9083ddcca28a67f 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -46,7 +46,11 @@
],
}],
['OS=="linux"', {
- 'cflags': ['-Wextra', '-pedantic'],
+ 'cflags': [
+ '-Wextra',
+ '-pedantic',
+ '-Wno-variadic-macros',
+ '-Wno-long-long'],
}],
['OS=="mac"', {
'xcode_settings': {
« no previous file with comments | « ppapi/cpp/dev/trace_event_dev.cc ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698