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

Issue 42403: Fix gcc 4.3 warning in directory_watcher_inotify.cc (Closed)

Created:
11 years, 9 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix gcc 4.3 warning in directory_watcher_inotify.cc - check return value of write to self-pipe Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12150

Patch Set 1 #

Total comments: 1

Patch Set 2 : do it better #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M base/directory_watcher_inotify.cc View 1 1 chunk +8 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
agl
http://codereview.chromium.org/42403/diff/1/2 File base/directory_watcher_inotify.cc (right): http://codereview.chromium.org/42403/diff/1/2#newcode191 Line 191: ssize_t bytes_written = write(shutdown_pipe_[1], "", 1); ssize_t bytes_written ...
11 years, 9 months ago (2009-03-19 18:53:27 UTC) #1
Paweł Hajdan Jr.
Patch updated.
11 years, 9 months ago (2009-03-19 18:58:45 UTC) #2
Mark Mentovai
http://codereview.chromium.org/42403/diff/4/5 File base/directory_watcher_inotify.cc (right): http://codereview.chromium.org/42403/diff/4/5#newcode197 Line 197: thread_.Stop(); You can keep the DCHECK that you ...
11 years, 9 months ago (2009-03-19 19:01:57 UTC) #3
agl
11 years, 9 months ago (2009-03-19 19:02:37 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698