Closed
Bug 1002891
Opened 11 years ago
Closed 11 years ago
storage/src/mozStorageAsyncStatementExecution.cpp:587:17 [-Wunused-variable] unused variable 'rawConnection'
Categories
(Toolkit :: Storage, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
Tracking | Status | |
---|---|---|
firefox30 | --- | unaffected |
firefox31 | --- | wontfix |
firefox32 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
Bug 914070 replaced the use of rawConnection with mNativeConnection, causing this warning:
storage/src/mozStorageAsyncStatementExecution.cpp:587:17 [-Wunused-variable] unused variable 'rawConnection'
Attachment #8414173 -
Flags: review?(mak77)
Comment 1•11 years ago
|
||
Comment on attachment 8414173 [details] [diff] [review]
Wunused-variable_rawConnection.patch
Review of attachment 8414173 [details] [diff] [review]:
-----------------------------------------------------------------
whoops!
please just remember to set the right bug # in the commit message :)
Attachment #8414173 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Assignee: nobody → cpeterson
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•