Codebase list bladerf / bf52043
Fix build failure with gcc-12. (Closes: #1012903) Christoph Berg 1 year, 9 months ago
3 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 bladerf (0.2021.10-3) unstable; urgency=medium
1
2 * Team upload.
3 * Fix build failure with gcc-12. (Closes: #1012903)
4
5 -- Christoph Berg <myon@debian.org> Sun, 24 Jul 2022 14:06:51 +0200
6
07 bladerf (0.2021.10-2) unstable; urgency=medium
18
29 * source-only upload to allow migration
0 Forwarded: https://github.com/Nuand/bladeRF/pull/869
1
2 --- a/host/libraries/libbladeRF_test/test_repeater/src/repeater.c
3 +++ b/host/libraries/libbladeRF_test/test_repeater/src/repeater.c
4 @@ -112,7 +112,7 @@ static int term_init()
5 return status;
6 }
7
8 - memcpy(&termios_new, &termios_backup, sizeof(termios_new));
9 + memcpy(&termios_new, termios_backup, sizeof(termios_new));
10
11 termios_new.c_cc[VMIN] = 1;
12 termios_new.c_cc[VTIME] = 0;
66 try-hurd-build
77 update-bladerf-udev-rules
88 update-to-cmake-3.5
9 gcc-12-warnings