Closed Bug 1042124 Opened 10 years ago Closed 10 years ago

GMPNotifyObservers unused if MOZ_CRASHREPORTER not defined (problematic with [-Werror,-Wunused-function])

Categories

(Core :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1038961

People

(Reporter: keeler, Assigned: keeler)

Details

Attachments

(1 file)

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 ^
Attached patch patchSplinter Review
Randell, would you be an appropriate reviewer for this? Thanks.
Assignee: nobody → dkeeler
Status: NEW → ASSIGNED
Attachment #8460314 - Flags: review?(rjesup)
Looks like this was fixed in bug 1038961.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: