Closed
Bug 797111
Opened 12 years ago
Closed 12 years ago
GCC 4.7 opt build warning: ipc/glue/SyncChannel.cpp:91:13: warning: unused variable 'msgSeqno' [-Wunused-variable]
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.38 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
GCC 4.7 opt build warning:
{
ipc/glue/SyncChannel.cpp:91:13: warning: unused variable 'msgSeqno' [-Wunused-variable]
}
Looks like we only check this variable in an NS_ABORT_IF_FALSE statement, so it's unused in opt builds. So, it should be declared as DebugOnly<>.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Attachment #667142 -
Flags: review?(jones.chris.g)
Updated•12 years ago
|
Attachment #667142 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•