Closed
Bug 1042124
Opened 12 years ago
Closed 12 years ago
GMPNotifyObservers unused if MOZ_CRASHREPORTER not defined (problematic with [-Werror,-Wunused-function])
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1038961
People
(Reporter: keeler, Assigned: keeler)
Details
Attachments
(1 file)
|
1.25 KB,
patch
|
Details | Diff | Splinter Review |
Having a .mozconfig with these options:
ac_add_options --enable-warnings-as-errors
ac_add_options --disable-crashreporter
results in:
16:55.33 In file included from /home/keeler/mozilla-central/obj-x86_64-unknown-linux-gnu/content/media/gmp/Unified_cpp_content_media_gmp0.cpp:15:
16:55.33 /home/keeler/mozilla-central/content/media/gmp/GMPParent.cpp:327:1: error: unused function 'GMPNotifyObservers' [-Werror,-Wunused-function]
16:55.33 GMPNotifyObservers(nsAString& aData)
16:55.33 ^
| Assignee | ||
Comment 1•12 years ago
|
||
Randell, would you be an appropriate reviewer for this? Thanks.
| Assignee | ||
Comment 2•12 years ago
|
||
Looks like this was fixed in bug 1038961.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•12 years ago
|
Attachment #8460314 -
Flags: review?(rjesup)
You need to log in
before you can comment on or make changes to this bug.
Description
•