1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Clang clean compile

This commit is contained in:
f4exb
2018-03-04 01:47:51 +01:00
parent 98fc93a26b
commit 28e9df5fe8
66 changed files with 184 additions and 207 deletions
@@ -52,9 +52,7 @@ SDRdaemonSourceInput::SDRdaemonSourceInput(DeviceSourceAPI *deviceAPI) :
m_settings(),
m_SDRdaemonUDPHandler(0),
m_deviceDescription(),
m_startingTimeStamp(0),
m_autoFollowRate(false),
m_autoCorrBuffer(false)
m_startingTimeStamp(0)
{
m_sender = nn_socket(AF_SP, NN_PAIR);
assert(m_sender != -1);