build: Silence deprecation warnings about non standard extensions on VS2022 by Smjert · Pull Request #8405 · osquery/osquery

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@Smjert

Copy link

Member

@Smjert Smjert commented

Aug 27, 2024

The AWS SDK makes uses of a non standard extension on Windows, which is being deprecated. Updating the SDK and switching to C++20 will fix this.
We silence the warnings for now, because we have to first update the Linux toolchain to a newer compiler.

@Smjert Smjert merged commit 0ac9dbc into osquery:master

Sep 3, 2024

@Smjert Smjert deleted the stefano/build/vs2022-warning branch

September 3, 2024 15:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@directionless directionless directionless approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Smjert @directionless