diff options
| author | Davide Gerhard <[email protected]> | 2024-06-28 10:55:43 +0200 |
|---|---|---|
| committer | Davide Gerhard <[email protected]> | 2024-06-28 10:55:43 +0200 |
| commit | 8f699023f3ff2434efa4433ddc92a9c01756d1f1 (patch) | |
| tree | d92dabe1d86a36f64694d2598dbb2f95af0ba140 /.github/workflows/codeql-buildscript.sh | |
| parent | 13dedddd1963e67251f75b3e3ebd654d74d8aa56 (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 '.github/workflows/codeql-buildscript.sh')
0 files changed, 0 insertions, 0 deletions
