aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/usrp1/USRPDevice.h
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-07-13 12:43:36 +0200
committerOliver Smith <osmith@sysmocom.de>2023-07-13 14:34:59 +0200
commita98521ac056077680dfe693957eda4a8848c9f06 (patch)
tree6ce11fbb2bf4633abb228de2f6636c9c3304608b /Transceiver52M/device/usrp1/USRPDevice.h
parentdf4520df7736325958d853f57c90eb32f653a233 (diff)
USRPDevice:updateAlignment: remove byteswap code
After upgrading our CI environment to use Debian 12 with GCC 12, the byteswap code fails the build with the following. I've talked to Eric about this and he recommended to just remove the code as practically nobody will use osmo-trx with a big endian system. USRPDevice.cpp:591:30: error: 'data' is used uninitialized [-Werror=uninitialized] 591 | *wordPtr = host_to_usrp_u32(*wordPtr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ Related: OS#6057 Change-Id: I806d8c1432cb20efca1830a2752a4cbc70384b54
Diffstat (limited to 'Transceiver52M/device/usrp1/USRPDevice.h')
0 files changed, 0 insertions, 0 deletions