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

Unified Diff: third_party/hunspell/BUILD.gn

Issue 1577093002: Remove gcc_version from gyp and gn files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 11 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 | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/hunspell/hunspell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/BUILD.gn
diff --git a/third_party/hunspell/BUILD.gn b/third_party/hunspell/BUILD.gn
index 87f5aec1373cc8ee56ae4f1f9f94e4dc23ee672c..d086c00d8ba6090de96997df13f326c33e73bdac 100644
--- a/third_party/hunspell/BUILD.gn
+++ b/third_party/hunspell/BUILD.gn
@@ -82,7 +82,7 @@ source_set("hunspell") {
]
}
- if (is_posix && !is_mac) {
+ if (is_posix && !is_mac && !is_clang) {
cflags += [
"-Wno-unused-value",
"-Wno-unused-variable",
@@ -90,7 +90,7 @@ source_set("hunspell") {
]
}
- if (is_posix && !is_mac && !is_ios) {
+ if (is_posix && !is_mac && !is_ios && !is_clang) {
cflags += [
# affentry.hxx has NULL as default parameter for a FLAG in two
# places.
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/hunspell/hunspell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698