mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
Fixed warnings with g++ 6.3
This commit is contained in:
@@ -395,8 +395,6 @@ bool DeviceSinkAPI::ChannelInstanceRegistration::operator<(const ChannelInstance
|
||||
|
||||
void DeviceSinkAPI::addSourceBuddy(DeviceSourceAPI* buddy)
|
||||
{
|
||||
std::vector<DeviceSourceAPI*>::iterator it = m_sourceBuddies.begin();
|
||||
|
||||
m_sourceBuddies.push_back(buddy);
|
||||
buddy->m_sinkBuddies.push_back(this);
|
||||
qDebug("DeviceSinkAPI::addSourceBuddy: added buddy %s(%s) to the list [%lx] <-> [%lx]",
|
||||
@@ -408,8 +406,6 @@ void DeviceSinkAPI::addSourceBuddy(DeviceSourceAPI* buddy)
|
||||
|
||||
void DeviceSinkAPI::addSinkBuddy(DeviceSinkAPI* buddy)
|
||||
{
|
||||
std::vector<DeviceSinkAPI*>::iterator it = m_sinkBuddies.begin();
|
||||
|
||||
m_sinkBuddies.push_back(buddy);
|
||||
buddy->m_sinkBuddies.push_back(this);
|
||||
qDebug("DeviceSinkAPI::addSinkBuddy: added buddy %s(%s) to the list [%lx] <-> [%lx]",
|
||||
|
||||
Reference in New Issue
Block a user