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

Unified Diff: third_party/hunspell/hunspell.gyp

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/hunspell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/hunspell.gyp
diff --git a/third_party/hunspell/hunspell.gyp b/third_party/hunspell/hunspell.gyp
index f2c5d3d6059896a881f1150497329a48f74c7af2..29860af7e8f6845deb6546d9b532d4a8318f248b 100644
--- a/third_party/hunspell/hunspell.gyp
+++ b/third_party/hunspell/hunspell.gyp
@@ -77,15 +77,11 @@
# TODO(jschuh): http://crbug.com/167187 size_t -> int
'msvs_disabled_warnings': [ 4267 ],
'conditions': [
- ['os_posix == 1 and OS != "mac"', {
+ ['os_posix == 1 and OS != "mac" and clang==0', {
'cflags': [
'-Wno-unused-value',
'-Wno-unused-variable',
'-Wno-write-strings',
- ],
- }],
- ['gcc_version >= 48', {
- 'cflags': [
# affentry.hxx has NULL as default parameter for a FLAG in two
# places.
'-Wno-conversion-null',
« no previous file with comments | « third_party/hunspell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698