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

Unified Diff: xfa.gyp

Issue 2013163003: Change to disable a warning for GCC compilation (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index ead79d3c1556f8d7635b2747bf4f634f4b40402e..14a813096b569c84e0f4e5c171c5bd812647c602 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -699,7 +699,7 @@
["clang==1" , {
}],
["os_posix==1 and clang==0", { # When GCC
- 'cflags': [ '-Wno-error=strict-overflow' ],
+ 'cflags': [ '-Wno-strict-overflow' ],
}],
["pdf_enable_v8==1", {
'dependencies': [
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698