Skip to content

MONGOCRYPT-765 Fix compiler warning on Windows#944

Merged
kevinAlbs merged 1 commit intomongodb:masterfrom
jeroen:master
Jan 27, 2025
Merged

MONGOCRYPT-765 Fix compiler warning on Windows#944
kevinAlbs merged 1 commit intomongodb:masterfrom
jeroen:master

Conversation

@jeroen
Copy link
Contributor

@jeroen jeroen commented Jan 27, 2025

Fixes a warning with mingw-w64 on Windows:

  kms/kms_crypto_windows.c:171:35: warning: pointer targets in passing argument 3 of 'CryptDecodeObjectEx' differ in signedness [-Wpointer-sign]
  kms/kms_crypto_windows.c:185:35: warning: pointer targets in passing argument 3 of 'CryptDecodeObjectEx' differ in signedness [-Wpointer-sign]

@kevinAlbs kevinAlbs self-requested a review January 27, 2025 20:33
@kevinAlbs kevinAlbs changed the title Fix compiler warning on Windows MONGOCRYPT-765 Fix compiler warning on Windows Jan 27, 2025
Copy link
Contributor

@kevinAlbs kevinAlbs left a comment

Choose a reason for hiding this comment

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

Thank you again @jeroen!

@kevinAlbs kevinAlbs merged commit ee3a5d9 into mongodb:master Jan 27, 2025
2 checks passed
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