Closed
Bug 923245
Opened 12 years ago
Closed 12 years ago
many "warning: unused variable 'other'" when compiling ipc/ipdl
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 922461
People
(Reporter: keeler, Unassigned)
Details
For example:
0:54.98 In file included from /home/keeler/mozilla-central/obj-x86_64-unknown-linux-gnu/ipc/ipdl/UnifiedProtocols10.cpp:10:
0:54.98 Warning: -Wunused-variable in /home/keeler/mozilla-central/obj-x86_64-unknown-linux-gnu/ipc/ipdl/PTCPServerSocketParent.cpp: unused variable 'other'
0:54.98 ./PTCPServerSocketParent.cpp:204:29: warning: unused variable 'other' [-Wunused-variable]
0:54.98 PTCPServerSocketParent* other = static_cast<PTCPServerSocketParent*>(aSource);
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•