Closed
Bug 1080937
Opened 10 years ago
Closed 10 years ago
clang-cl error in nsHostResolver.cpp: "must explicitly qualify name of member function when taking its address"
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
sworkman
:
review+
|
Details | Diff | Splinter Review |
4:58.29 allback/netwerk/dns/nsHostResolver.cpp(669,36) : error(clang): must explicitly qualify name of member function when taking its address
4:58.29 NS_NewRunnableMethod(self, &DnsExperimentChangedInternal));
4:58.29 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4:58.29 nsHostResolver::
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ehsan.akhgari
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8502902 -
Flags: review?(mcmanus)
Comment 2•10 years ago
|
||
Comment on attachment 8502902 [details] [diff] [review]
Fix a clang-cl build error in nsHostResolver.cpp; r=mcmanus
lgtm, but this is a current-ish project for steve so kicking the review over to him
Attachment #8502902 -
Flags: review?(mcmanus) → review?(sworkman)
Updated•10 years ago
|
Attachment #8502902 -
Flags: review?(sworkman) → review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•