1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-01 01:13:15 +00:00
gnss-sdr/src/algorithms/acquisition
Carles Fernandez 946d3dae9f Replace memset by std::fill_n. This fix warnings in GCC 8.0.1 (Fedora
Rawhide). The warnings were:

 warning: 'void* memset(void*, int, size_t)' clearing an object of
non-trivial type 'struct std::complex<float>'; use assignment or
value-initialization instead [-Wclass-memaccess]
2018-02-25 13:27:27 +01:00
..
adapters Fix building in ArchLinux 2018-02-23 17:57:53 +01:00
gnuradio_blocks Replace memset by std::fill_n. This fix warnings in GCC 8.0.1 (Fedora 2018-02-25 13:27:27 +01:00
libs Replace C-style casts by C++ casts 2017-08-19 20:05:52 +02:00
CMakeLists.txt updated checklists and removed a debug printout 2017-05-31 10:08:34 +02:00