Closed
Bug 385431
Opened 18 years ago
Closed 18 years ago
mozStorageAsyncIO.cpp:559: warning: unused variable 'message'
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha6
People
(Reporter: sdwilsh, Assigned: sciguyryan)
Details
Attachments
(1 file)
1.49 KB,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
Compiler warning that should be fixed.
Assignee | ||
Comment 1•18 years ago
|
||
Patch v1.0
Bye bye unused variable.
Reporter | ||
Comment 2•18 years ago
|
||
Comment on attachment 269357 [details] [diff] [review]
Patch v1.0
No more C style declaration too!
Attachment #269357 -
Flags: review?(sdwilsh) → review+
Assignee | ||
Updated•18 years ago
|
Whiteboard: [checkin needed]
Reporter | ||
Comment 3•18 years ago
|
||
Checking in storage/src/mozStorageAsyncIO.cpp;
new revision: 1.16; previous revision: 1.15
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Updated•18 years ago
|
Flags: in-testsuite-
Reporter | ||
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Target Milestone: --- → mozilla1.9alpha6
Updated•2 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•