Bug 4784 - use correct conversion between ComposeEntryType and gpointer
Summary: use correct conversion between ComposeEntryType and gpointer
Status: NEW
Alias: None
Product: Claws Mail
Classification: Unclassified
Component: Other (show other bugs)
Version: 4.3.0
Hardware: PC All
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2024-02-21 20:10 UTC by olaf
Modified: 2024-02-21 20:10 UTC (History)
0 users

See Also:


Attachments
master-use-correct-conversion-between-ComposeEntryType-and-.patch (2.53 KB, patch)
2024-02-21 20:10 UTC, olaf
Details | Diff

Description olaf 2024-02-21 20:10:57 UTC
Created attachment 2470 [details]
master-use-correct-conversion-between-ComposeEntryType-and-.patch

Clang will warn about the conversion of integer and pointers of different sizes. Use the available glib macros to convert to and from a gpointer type.

Note You need to log in before you can comment on or make changes to this bug.