Skip to content

Conversation

@oldnewthing
Copy link
Member

Delegates derive from app-provided classes, which means that any function parameter in the delegate methods could potentially hide a member from the app-provided class. Delegates don't actually care because the only thing from the base class they use is the function call operator, which isn't a named member.

Disable the warning to avoid triggering false alarms in projects that build with all warnings enabled.

Delegates derive from app-provided classes,
which means that any function parameter in
the delegate methods could potentially hide
a member from the app-provided class. Delegates
don't actually care because the only thing
from the base class they use is the function
call operator, which isn't a named member.

Disable the warning to avoid triggering false
alarms in projects that build with all warnings
enabled.
@kennykerr
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@kennykerr kennykerr merged commit 5a5e33c into microsoft:master Jul 10, 2020
@oldnewthing oldnewthing deleted the c4458 branch July 10, 2020 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants