Closed
Bug 1153373
Opened 10 years ago
Closed 10 years ago
xpcom/ds/nsObserverService.cpp:348:1 [-Wunused-function] unused function 'AppendStrongObservers'
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.80 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Bug 1150916 only calls function AppendStrongObservers() #ifndef MOZILLA_XPCOMRT_API, so we should gate the function's definition behind MOZILLA_XPCOMRT_API too.
Attachment #8590997 -
Flags: review?(nfroyd)
Updated•10 years ago
|
Component: General → XPCOM
![]() |
||
Updated•10 years ago
|
Attachment #8590997 -
Flags: review?(nfroyd) → review+
Updated•10 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•