-
Notifications
You must be signed in to change notification settings - Fork 97
fix: Add Clang warning flag to suppress 64-to-32 bit conversion warnings #3892
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3892 +/- ##
========================================
Coverage 58.94% 58.94%
========================================
Files 1326 1326
Lines 109524 109524
========================================
+ Hits 64557 64559 +2
+ Misses 44967 44965 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 4fd50e1.
|
We shouldn't do this. We should fix the problem instead. Can you output an example of the warnings? I don't see them on my Mac. If the operations is OK, i.e. our integer_conversion routines, then we can isolate the warning suppression with pragmas |
Adds
-Wno-shorten-64-to-32to Clang warning flags to suppress noisy 64-to-32 bit conversion warnings while keeping other strict checks enabled.This PR is connected with issue #3893