Bug 4783 - use correct conversion between AlertValue and gpointer
Summary: use correct conversion between AlertValue 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-20 22:40 UTC by olaf
Modified: 2024-02-20 22:40 UTC (History)
0 users

See Also:


Attachments
master-use-correct-conversion-between-AlertValue-and-gpoint.patch (2.46 KB, patch)
2024-02-20 22:40 UTC, olaf
Details | Diff

Description olaf 2024-02-20 22:40:16 UTC
Created attachment 2469 [details]
master-use-correct-conversion-between-AlertValue-and-gpoint.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.