Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings emitted during link time are not filtered by diagnostic settings #4081

Closed
skallweitNV opened this issue May 2, 2024 · 3 comments
Closed
Labels
goal:client support Needed to support a slang use case kind:bug something doesn't work like it should Needs reporter feedback Bugs awaiting more information from the reporter

Comments

@skallweitNV
Copy link
Collaborator

I see lots of notEqualReinterpretCastSize warnings being generated even though they are disabled using

spOverrideDiagnosticSeverity(pSlangRequest, 41203, SLANG_SEVERITY_DISABLED);

Is this expected behavior or a bug?

@skallweitNV skallweitNV added the kind:bug something doesn't work like it should label May 2, 2024
@csyonghe
Copy link
Collaborator

csyonghe commented May 2, 2024

There is the new DisableWarning compiler option, can you try that instead?

@westlicht
Copy link
Contributor

Will do, thanks

@bmillsNV bmillsNV added the Needs reporter feedback Bugs awaiting more information from the reporter label May 2, 2024
@bmillsNV bmillsNV added this to the Q2 2024 (Spring) milestone May 2, 2024
@bmillsNV bmillsNV added goal:client support Needed to support a slang use case goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang and removed goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang labels May 2, 2024
@bmillsNV
Copy link
Collaborator

Closing this issue. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:client support Needed to support a slang use case kind:bug something doesn't work like it should Needs reporter feedback Bugs awaiting more information from the reporter
Projects
None yet
Development

No branches or pull requests

4 participants