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

Issue 8947022: Fix GCC 4.7 warnings. (Closed)

Created:
9 years ago by Tobias Burnus
Modified:
9 years ago
CC:
v8-dev
Visibility:
Public.

Description

Fix GCC 4.7 warnings. * src/string-search.h (StringSearch): Avoid -Werror=strict-overflow warning. Committed: http://code.google.com/p/v8/source/detail?r=10295

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/string-search.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Tobias Burnus
RFC patch to fix the remaining GCC 4.7 warnings, which prevent building due to -Werror. ...
9 years ago (2011-12-15 17:19:05 UTC) #1
Tobias Burnus
Updated patch - the changes of Rev. 10280 made the change to src/{ia32,x64}/lithium-codegen-{ia32,x86}.cc obsolete. Thus, ...
9 years ago (2011-12-20 14:42:19 UTC) #2
Vyacheslav Egorov (Chromium)
http://codereview.chromium.org/8947022/diff/3001/src/string-search.h File src/string-search.h (right): http://codereview.chromium.org/8947022/diff/3001/src/string-search.h#newcode372 src/string-search.h:372: if (pattern_length <= start) we either put return on ...
9 years ago (2011-12-20 14:58:54 UTC) #3
Tobias Burnus
Fixed indention style. (Sorry for accidentally using GNU style.)
9 years ago (2011-12-20 15:26:28 UTC) #4
Vyacheslav Egorov (Chromium)
lgtm
9 years ago (2011-12-20 15:30:10 UTC) #5
Vyacheslav Egorov (Chromium)
9 years ago (2011-12-20 15:30:18 UTC) #6
I will land.

Powered by Google App Engine
This is Rietveld 408576698