1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 15:03:14 +00:00
gnss-sdr/src/algorithms/telemetry_decoder
Carles Fernandez 8e0445264a Do not use bitwise operators with signed operands
Use of signed operands with bitwise operators is in some cases subject to undefined or implementation defined behavior. Therefore, bitwise operators should only be used with operands of unsigned integral types.
2019-07-15 12:17:29 +02:00
..
adapters BeiDou B3I bug fixes (credits to dmiralles2019) 2019-03-26 22:34:08 +01:00
gnuradio_blocks Do not use bitwise operators with signed operands 2019-07-15 12:17:29 +02:00
libs Use uppercase literal suffix 2019-06-29 14:22:15 +02:00
CMakeLists.txt Remove blanks 2018-11-18 21:24:54 +01:00