Closed
Bug 1007741
Opened 11 years ago
Closed 11 years ago
Fix -Wunused-function warning in ipc/glue/ and mark ipc/ subdirectories as FAIL_ON_WARNINGS
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.72 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
#ifdef DEBUG the IsChildProcess() function because it is only used in a MOZ_ASSERT().
ipc/glue/BackgroundImpl.cpp:75:1 [-Wunused-function] unused function 'IsChildProcess'
Green Try build:
https://tbpl.mozilla.org/?tree=Try&rev=1746a3db07f7
Attachment #8419498 -
Flags: review?(benjamin)
Updated•11 years ago
|
Attachment #8419498 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 1•11 years ago
|
||
status-firefox31:
--- → wontfix
Comment 2•11 years ago
|
||
Status: ASSIGNED → 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
•