summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface/src
diff options
context:
space:
mode:
authorDavide Gerhard <[email protected]>2024-06-28 10:55:43 +0200
committerDavide Gerhard <[email protected]>2024-06-28 10:55:43 +0200
commit8f699023f3ff2434efa4433ddc92a9c01756d1f1 (patch)
treed92dabe1d86a36f64694d2598dbb2f95af0ba140 /examples/device/hid_boot_interface/src
parent13dedddd1963e67251f75b3e3ebd654d74d8aa56 (diff)
audio_device.c: fix strict-overflow warning with gcc >= 12
Fix the following error ~/libs/tinyusb/src/class/audio/audio_device.c:1493:23: error: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Werror=strict-overflow] 1493 | while (p_desc < p_desc_end) | ~~~~~~~^~~~~~~~~~~~ compilation terminated due to -Wfatal-errors.
Diffstat (limited to 'examples/device/hid_boot_interface/src')
0 files changed, 0 insertions, 0 deletions