зеркало из https://github.com/mozilla/gecko-dev.git
00e534b498
clang-cl complains about things like: z:/build/build/src/obj-firefox/dist/include/mozilla/interceptor/VMSharingPolicies.h(53,50): warning: use of identifier 'GetLocalView' found via unqualified lookup into dependent bases of class templates is a Microsoft extension [-Wmicrosoft-template] return TrampolineCollection<MMPolicy>(*this, GetLocalView(), GetRemoteView(), ^ in various files in interceptor/, and since the warnings are in headers, rather than in sources, they're rather annoying. Let's fix this to be standards-complaint and make clang-cl stop complaining. |
||
---|---|---|
.. | ||
MMPolicies.h | ||
PatcherBase.h | ||
PatcherDetour.h | ||
PatcherNopSpace.h | ||
TargetFunction.h | ||
Trampoline.h | ||
VMSharingPolicies.h |