commit | 81e7569fa192dc96b1c1ac9b8b554e60d4361fca | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@silabs.com> | Tue Mar 18 10:53:46 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Mar 18 16:45:29 2025 +0100 |
tree | 21284e5dbfb279b58db341c01afbeb2388d44722 | |
parent | 144d329130350d4b8a59a318131967255eec21df [diff] |
Bluetooth: Host: Fix format specifier warnings Use %zu for size_t and %zd for ssize_t, and don't use those specifiers for any other type. Also make sure that field width specifiers get typecast to the expected int type. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>