-
Notifications
You must be signed in to change notification settings - Fork 214
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
Fix macOS linker warnings #6095
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6095 +/- ##
=========================================
- Coverage 79.7% 79.7% -0.1%
=========================================
Files 328 328
Lines 42904 42904
=========================================
- Hits 34224 34208 -16
- Misses 6752 6764 +12
- Partials 1928 1932 +4 ☔ View full report in Codecov by Sentry. |
736726e
to
e1e110a
Compare
e1e110a
to
ddbcb0a
Compare
Since the fix only works after we update our CI runners, I'll set this to draft for now. |
ddbcb0a
to
da49306
Compare
2db5f46
to
e5ba3e0
Compare
14f3cab
to
765544a
Compare
3a5dcf9
to
f214e52
Compare
ea3c77c
to
baa7aa7
Compare
dd166e1
to
9d6c587
Compare
9d6c587
to
300df62
Compare
6f46f2b
to
193a736
Compare
78dc906
to
f9d0cf5
Compare
f9d0cf5
to
fb5bafb
Compare
fb5bafb
to
dc10746
Compare
Abandoning for now. The warning are annoying but getting rid of them seems not to be worth the effort. |
Motivation
This should fix linker warnings we keep seeing on macOS.
Merge after spacemeshos/post#297
Description
Update post library and remove duplicate
LDFLAGS
definition inMakefile
.Test Plan
TODO