-
-
Notifications
You must be signed in to change notification settings - Fork 108
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 compilation warnings #213
base: main
Are you sure you want to change the base?
Conversation
TotalCaesar659
commented
May 22, 2020
So unfortunately, hhn is a POSIX specific extension, and most likely won't work properly in a cross platform setting. At this point, it might make more sense to start using pcsx-redux/src/gui/widgets/dwarf.cc Line 40 in c3a4c46
|
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
=========================================
- Coverage 1.61% 1.61% -0.01%
=========================================
Files 134 134
Lines 35564 35568 +4
=========================================
Hits 574 574
- Misses 34990 34994 +4
Continue to review full report at Codecov.
|
@nicolasnoble I tried to understand this fmt, but please, help)) |
Right, well, moving over to fmt::format isn't a small undertaking :-) A lot of various algorithms and memory management routines around these functions need to change drastically. This is something that can be done at a later time. There's still much to be done :) |
Yeah, we can save that for later. |