1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-28 05:57:39 +00:00

Some warnings removed

This commit is contained in:
Carles Fernandez
2015-02-27 14:55:46 +01:00
parent f10ba2fb1d
commit 8cd59646bb
19 changed files with 60 additions and 33 deletions

View File

@@ -91,14 +91,16 @@ Pass_Through::~Pass_Through()
void Pass_Through::connect(gr::top_block_sptr top_block)
{
DLOG(INFO) << "nothing to connect internally";
if(top_block) { /* top_block is not null */};
DLOG(INFO) << "nothing to connect internally";
}
void Pass_Through::disconnect(gr::top_block_sptr top_block)
{
// Nothing to disconnect
if(top_block) { /* top_block is not null */};
// Nothing to disconnect
}