Skip to content

Suppress C4668 warning with Windows SDK (28000)#645

Merged
walbourn merged 1 commit into
mainfrom
sdkwarnsuppress
Jun 18, 2026
Merged

Suppress C4668 warning with Windows SDK (28000)#645
walbourn merged 1 commit into
mainfrom
sdkwarnsuppress

Conversation

@walbourn

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the XWBTool command-line utility to suppress specific MSVC warnings (notably C4668) that can be triggered by newer Windows SDK headers, reducing noisy build output for that tool.

Changes:

  • Add an _MSC_VER-guarded #pragma warning(disable : 4619 4616 4668) block in XWBTool/xwbtool.cpp.

Comment thread XWBTool/xwbtool.cpp
@walbourn walbourn merged commit 07c143e into main Jun 18, 2026
143 checks passed
@walbourn walbourn deleted the sdkwarnsuppress branch June 18, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants