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

Issue 14195026: Ignore conversions to NULL in gcc too. (Closed)

Created:
7 years, 8 months ago by Raphael Kubo da Costa (rakuco)
Modified:
7 years, 8 months ago
Reviewers:
Nico, Hironori Bono
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/hunspell.git@master
Visibility:
Public.

Description

Ignore conversions to NULL in gcc too. Do something similar to r129758 and disable conversion to NULL warnings in gcc >= 4.5.0 as well. The -Wno-conversion-null option was added in that version, and not passing it makes the build fail when -Werror is activated (the default). R=hbono@chromium.org, thakis@chromium.org BUG= TEST=Build with gcc >= 4.5.0 and -Werror. Landed in r195440

Patch Set 1 #

Patch Set 2 : Only pass the flag for gcc >= 4.8 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M hunspell.gyp View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Raphael Kubo da Costa (rakuco)
7 years, 8 months ago (2013-04-18 11:16:27 UTC) #1
Nico
Thanks! I think our bots build with gcc 4.6 now, but they're not red. Do ...
7 years, 8 months ago (2013-04-18 17:36:12 UTC) #2
Raphael Kubo da Costa (rakuco)
On 2013/04/18 17:36:12, Nico wrote: > Thanks! > > I think our bots build with ...
7 years, 8 months ago (2013-04-18 18:00:01 UTC) #3
Nico
So this is only needed for gcc 4.8+? Can you change the conditional then? On ...
7 years, 8 months ago (2013-04-18 18:20:04 UTC) #4
Raphael Kubo da Costa (rakuco)
On 2013/04/18 18:20:04, Nico wrote: > So this is only needed for gcc 4.8+? Can ...
7 years, 8 months ago (2013-04-18 18:29:43 UTC) #5
Nico
lgtm
7 years, 8 months ago (2013-04-18 18:31:26 UTC) #6
Raphael Kubo da Costa (rakuco)
On 2013/04/18 18:31:26, Nico wrote: > lgtm After this lands, do I need to send ...
7 years, 8 months ago (2013-04-18 20:55:26 UTC) #7
Nico
On 2013/04/18 20:55:26, Raphael Kubo da Costa (rakuco) wrote: > On 2013/04/18 18:31:26, Nico wrote: ...
7 years, 8 months ago (2013-04-18 20:57:04 UTC) #8
Raphael Kubo da Costa (rakuco)
On 2013/04/18 20:57:04, Nico wrote: > I'm not sure if CQ works for changes to ...
7 years, 8 months ago (2013-04-19 08:22:37 UTC) #9
cmp_google
On 2013/04/19 08:22:37, Raphael Kubo da Costa (rakuco) wrote: > On 2013/04/18 20:57:04, Nico wrote: ...
7 years, 8 months ago (2013-04-21 20:52:38 UTC) #10
Nico
7 years, 8 months ago (2013-04-22 04:32:38 UTC) #11
Landed manually in r195440.

Powered by Google App Engine
This is Rietveld 408576698