Commit: 31690310c096994c553c373ab5464cc39fbfe860
Parent: 8fc3368db84035bee91ce0bea2f7592343e19f81
Author: Brian Gix <brian.gix@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-06-30 23:27:21
Tree: 4c8dbf5f8ec711d6b37ce56e160a526bcaec921b

core: Fix signed vs unsigned compare __time_t is not a portable data type, and can cause sign mismatch on some compares. Fixes: CC src/bluetoothd-device.o src/device.c: In function ‘device_is_name_resolve_allowed’: src/device.c:4092:17: error: comparison of integer expressions of different signedness: ‘__time_t’ {aka ‘long int’} and ‘long unsigned int’ [-Werror=sign-compare] if (now.tv_sec >= device->name_resolve_failed_time + ^~ cc1: all warnings being treated as errors

Diffstat

M src/device.c | 4 ++- -

1 files changed, 2 insertions(+), 2 deletions(-)

View Full Diff | Patch