Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Oct 12, 2023
1 parent a901e61 commit e7e408f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/zapit/src/capmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
#endif
INFO("RECORD(%d): fe_num %d rec_dmx %d", mode, source, demux);
break;
#ifdef ENABLE_PIP
case PIP:
#if HAVE_SH4_HARDWARE || HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
#ifdef DYNAMIC_DEMUX
Expand All @@ -293,7 +292,6 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
#endif
INFO("PIP: fe_num %d dmx_src %d", source, demux);
break;
#endif
}

oldmask = cam->getCaMask();
Expand Down

0 comments on commit e7e408f

Please sign in to comment.