Skip to content
Snippets Groups Projects
Commit 861f4073 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve recently introduced GCC warning

pointer targets in passing argument 2 of ‘toggle_xattr_support’ differ in
signedness
parent 4f66de65
No related branches found
No related tags found
No related merge requests found
Pipeline #8840 passed
......@@ -54,8 +54,8 @@ typedef struct { /* Message sub board info */
uint32_t misc, /* Miscellaneous flags */
maxmsgs, /* Max number of messages allowed */
maxcrcs; /* Max number of CRCs to keep */
int32_t pmode; /* printfile()/putmsg() mode flags */
int32_t n_pmode; /* set of negated pmode flags */
uint32_t pmode; /* printfile()/putmsg() mode flags */
uint32_t n_pmode; /* set of negated pmode flags */
faddr_t faddr; /* FidoNet address */
bool cfg_modified; /* Update SMB header for this sub */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment