Closed Bug 1740163 Opened 3 years ago Closed 3 years ago

Fix non-unified debug build errors in netwerk/dns/mdns/libmdns/

Categories

(Core :: Networking, task, P3)

task

Tracking

()

RESOLVED FIXED
96 Branch
Tracking Status
firefox-esr91 --- wontfix
firefox94 --- wontfix
firefox95 --- wontfix
firefox96 --- fixed

People

(Reporter: cpeterson, Assigned: cpeterson)

References

Details

(Whiteboard: [necko-triaged])

Attachments

(1 file)

I get the following debug build errors when building Firefox with both ac_add_options --disable-unified-build and ac_add_options --enable-debug:

netwerk/dns/mdns/libmdns/MDNSResponderReply.cpp:41:14: error: use of undeclared identifier 'OnSocketThread'
MOZ_ASSERT(OnSocketThread(), "not on socket thread");

netwerk/dns/mdns/libmdns/nsDNSServiceDiscovery.cpp:30:16: error: use of undeclared identifier 'NS_IsMainThread'
MOZ_ASSERT(NS_IsMainThread());

netwerk/dns/mdns/libmdns/MDNSResponderReply.cpp:41:14: error: use of undeclared identifier 'OnSocketThread'
MOZ_ASSERT(OnSocketThread(), "not on socket thread");

netwerk/dns/mdns/libmdns/nsDNSServiceDiscovery.cpp:30:16: error: use of undeclared identifier 'NS_IsMainThread'
MOZ_ASSERT(NS_IsMainThread());

Whiteboard: [necko-triaged]
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bce02d433ef5
Fix non-unified build errors in netwerk/dns/mdns/libmdns/. r=necko-reviewers,valentin
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: