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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 915403003: Enable size_t to int truncation warnings in PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ppapi_unittests win x64 Created 5 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/examples/video_decode/video_decode_dev.cc ('k') | ppapi/ppapi_internal.gyp » ('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 bf4d2257ad84b85e36fcf675c6a08aa9b21e44b2..04d0d4146c0838699b2df62b794047788d4c0bd5 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -36,26 +36,6 @@
'sources': [
'<@(cpp_source_files)',
],
- 'conditions': [
- ['OS=="win"', {
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data
- },
- },
- 'msvs_disabled_warnings': [
- 4267,
- ],
- }],
- ['OS=="linux"', {
- 'cflags': ['-Wextra', '-pedantic'],
- }],
- ['OS=="mac"', {
- 'xcode_settings': {
- 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
- },
- }],
- ],
},
{
# GN version: //ppapi:ppapi_cpp
@@ -72,16 +52,6 @@
'cpp/module_embedder.h',
'cpp/ppp_entrypoints.cc',
],
- 'conditions': [
- ['OS=="linux"', {
- 'cflags': ['-Wextra', '-pedantic'],
- }],
- ['OS=="mac"', {
- 'xcode_settings': {
- 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
- },
- }]
- ],
},
{
# GN version: //ppapi:ppapi_internal_module
« no previous file with comments | « ppapi/examples/video_decode/video_decode_dev.cc ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698