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

Suppress warnings in bundled compilation #139

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

ankrgyl
Copy link
Contributor

@ankrgyl ankrgyl commented Mar 18, 2023

Now that we include OpenSSL (with the httpfs flag), on Mac machines, you get a bunch of compile warnings. As a user of libduckdb-sys, these warnings aren't "your fault", so I think it's poor developer experience for them to bleed out of the library. This change simply suppresses these warnings.

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #139 (b68aad1) into main (de21ea1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   58.68%   58.68%           
=======================================
  Files          33       33           
  Lines        1847     1847           
=======================================
  Hits         1084     1084           
  Misses        763      763           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@wangfenjin wangfenjin merged commit 0c89e7f into duckdb:main Mar 18, 2023
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