Fix some warnings (gint formatting, size_t/int mix, etc)#1424
Conversation
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1424 +/- ##
==========================================
+ Coverage 65.17% 65.21% +0.04%
==========================================
Files 50 50
Lines 8723 8737 +14
Branches 1034 1034
==========================================
+ Hits 5685 5698 +13
- Misses 3038 3039 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| width, | ||
| height, | ||
| rowstride, | ||
| (GdkPixbufDestroyNotify) g_free, |
There was a problem hiding this comment.
@fwsmit I replaced this g_free with an actual function taking two arguments since it just seemed wrong. Was this supposed to free both the pixels and data_pb?
|
Int formatting was a problem on Openbsd and on x86 architecture. I tried to fix some other warnings like unused param and size_t instead of int |
Related to #1372