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

cmake: Update compiler settings #286

Merged
merged 7 commits into from
Feb 25, 2023
Merged

cmake: Update compiler settings #286

merged 7 commits into from
Feb 25, 2023

Conversation

chfast
Copy link
Owner

@chfast chfast commented Feb 24, 2023

Update compiler settings. Disable some warnings in intx.hpp source, not in CMake so it is easier to use a copy of intx.hpp in other projects.

Fixes #285.

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2023

Codecov Report

Merging #286 (d5ad4ad) into master (f3b775f) will not change coverage.
The diff coverage is n/a.

❗ Current head d5ad4ad differs from pull request most recent head 9d921e6. Consider uploading reports for the commit 9d921e6 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##            master      #286   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1951      1951           
=========================================
  Hits          1951      1951           
Flag Coverage Δ
32bit 100.00% <ø> (ø)
gcc 99.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast force-pushed the cmake_compiler_settings branch 5 times, most recently from a476abd to cb8050d Compare February 24, 2023 22:33
@chfast chfast force-pushed the cmake_compiler_settings branch from cb8050d to 9d921e6 Compare February 25, 2023 20:31
@chfast chfast marked this pull request as ready for review February 25, 2023 20:33
@chfast chfast merged commit ac08da8 into master Feb 25, 2023
@chfast chfast deleted the cmake_compiler_settings branch February 25, 2023 21:07
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.

Library fails to build with MSVC because of unrecognized attributes
2 participants