TT#111150 Mark bit-fields explicitly with as unsigned

Whether a bit-field is signed or unsigned is implementation specific, so
we should be explicit about this.

Change-Id: I8bce847d6ece3d08fc93fa77227f6f970d1353de
Warned-by: lgtm
mr9.4.1
Guillem Jover 5 years ago
parent 7a766b7165
commit 434323234f

@ -97,7 +97,7 @@ typedef struct {
char destination_concurrent_calls_count_customer[32];
char acc_ref[256];
int intermediate:1;
unsigned int intermediate:1;
} cdr_entry_t;
int cdr_process_records(med_entry_t *records, uint64_t count, uint64_t *cdr_count, struct medmysql_batches *,

Loading…
Cancel
Save