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

Side by Side Diff: pdfium.gyp

Issue 1801383002: Re-enable several MSVC warnings (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }], 89 }],
90 ['clang==1 and clang_use_pdfium_plugins==1', { 90 ['clang==1 and clang_use_pdfium_plugins==1', {
91 'cflags': [ 91 'cflags': [
92 '<@(clang_pdfium_plugins_flags)', 92 '<@(clang_pdfium_plugins_flags)',
93 ], 93 ],
94 }], 94 }],
95 ], 95 ],
96 'msvs_disabled_warnings': [ 96 'msvs_disabled_warnings': [
97 4005, 4018, 4146, 4333, 4345, 4267, 97 4005, 4018, 4146, 4333, 4345, 4267,
98 # TODO(thestig): Fix all instances, remove this, pdfium:29 98 # TODO(thestig): Fix all instances, remove this, pdfium:29
99 4245, 4310, 4389, 4701, 4702, 4706, 99 4702,
100 ], 100 ],
101 'variables': { 101 'variables': {
102 'clang_warning_flags': [ 102 'clang_warning_flags': [
103 # TODO(thestig): Fix all instances, remove this, pdfium:29 103 # TODO(thestig): Fix all instances, remove this, pdfium:29
104 '-Wno-sign-compare', 104 '-Wno-sign-compare',
105 ], 105 ],
106 # Make sure Chromium's build/common.gypi doesn't re-add the flag on linux. 106 # Make sure Chromium's build/common.gypi doesn't re-add the flag on linux.
107 'cflags_cc!': [ '-Wsign-compare' ], 107 'cflags_cc!': [ '-Wsign-compare' ],
108 }, 108 },
109 }, 109 },
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 965 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
966 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 966 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
967 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 967 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
968 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 968 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
969 ], 969 ],
970 }, 970 },
971 ] 971 ]
972 }], 972 }],
973 ] 973 ]
974 } 974 }
OLDNEW
« fpdfsdk/javascript/Document.cpp ('K') | « fpdfsdk/javascript/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698