mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Fix -Wsign-compare warning
This commit is contained in:
parent
bf96264aba
commit
10fc0eb62e
@ -72,7 +72,7 @@ GalileoE1DllPllVemlTrackingFpga::GalileoE1DllPllVemlTrackingFpga(
|
||||
|
||||
if (configuration->property("Tracking_1C.devicename", default_device_name_GPS_L1) == default_device_name_GPS_L1)
|
||||
{
|
||||
for (uint32_t k = 0; k < configuration->property("Channels_1C.count", 0); k++)
|
||||
for (uint32_t k = 0; k < configuration->property("Channels_1C.count", 0U); k++)
|
||||
{
|
||||
if (find_uio_dev_file_name(device_io_name, default_device_name_GPS_L1, k + 1) == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user