1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

the Mac compiler is really annoying (and not that arguably correct...)

This commit is contained in:
Jim Melton 2021-02-15 18:37:38 -07:00
parent 957a13e6ef
commit 35f07b76a0
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216

View File

@ -187,7 +187,7 @@ FileSourceBase::FileSourceBase(ConfigurationInterface const* configuration, std:
// apparently, MacOS (LLVM) finds 0UL ambiguous with bool, int64_t, uint64_t, int32_t, int16_t, uint16_t,... float, double
,
header_size_(configuration->property(role + ".header_size"s, size_t(0))),
header_size_(configuration->property(role + ".header_size"s, uint64_t(0))),
seconds_to_skip_(configuration->property(role + ".seconds_to_skip", 0.0)),
repeat_(configuration->property(role + ".repeat"s, false))