Closed
Bug 1052758
Opened 11 years ago
Closed 11 years ago
ipc/chromium/src/base/message_pump_glib.cc:20:12: warning: unused variable 'kWorkScheduled' [-Wunused-const-variable]
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.04 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Build warning:
{
1:18.57 $SRCDIR/ipc/chromium/src/base/message_pump_glib.cc:20:12: warning: unused variable 'kWorkScheduled' [-Wunused-const-variable]
1:18.57 const char kWorkScheduled = '\0';
1:18.57 ^
}
This variable has existed, unused, since the initial import of this file:
http://hg.mozilla.org/mozilla-central/rev/6fd4bb500d42#l218.21
We should just drop it.
| Assignee | ||
Comment 1•11 years ago
|
||
(I'm building with clang 3.5, FWIW.)
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8471824 -
Flags: review?(ehsan)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•11 years ago
|
||
(This file has been mostly-untouched since it was imported:
http://hg.mozilla.org/mozilla-central/filelog/0c7eb00d3ef6/ipc/chromium/src/base/message_pump_glib.cc
so I don't think there's any strong ownership over it. Hence, tagging ehsan as a sane, reliable reviewer. :))
Updated•11 years ago
|
Attachment #8471824 -
Flags: review?(ehsan) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Flags: in-testsuite-
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•11 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•