build: Silence deprecation warnings about non standard extensions on VS2022 by Smjert · Pull Request #8405 · osquery/osquery
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 2.6k
Merged
Smjert merged 1 commit intoosquery:masterfrom
Sep 3, 2024Merged
Conversation
Copy link
Member
Smjert
commented
Aug 27, 2024
Smjert
commented
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
added
build
Windows
labels
Smjert
requested review from
a team
as code owners
Smjert
mentioned this pull request
directionless approved these changes Sep 2, 2024
Smjert
merged commit
0ac9dbc
into
osquery:master
Smjert
deleted the
stefano/build/vs2022-warning
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment