summaryrefslogtreecommitdiff
path: root/mesh
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2022-06-29 14:16:40 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-06-30 13:27:21 -0700
commit31690310c096994c553c373ab5464cc39fbfe860 (patch)
tree4c8dbf5f8ec711d6b37ce56e160a526bcaec921b /mesh
parent8fc3368db84035bee91ce0bea2f7592343e19f81 (diff)
downloadbluez-31690310c096994c553c373ab5464cc39fbfe860.tar.gz
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 (limited to 'mesh')
0 files changed, 0 insertions, 0 deletions