Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler warning: fixed CHTSPDemuxer member init order #185

Merged
merged 1 commit into from
Jan 30, 2016

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Jan 30, 2016

straight forward:

/home/kai/src/openelec/OpenELEC.tv/build.OpenELEC-Generic.x86_64-7.0-devel/pvr.hts-28d3613/src/Tvheadend.h:267:27: warning: 'CHTSPDemuxer::m_subscription' will be initialized after [-Wreorder]
tvheadend::Subscription m_subscription;
^
/home/kai/src/openelec/OpenELEC.tv/build.OpenELEC-Generic.x86_64-7.0-devel/pvr.hts-28d3613/src/Tvheadend.h:262:8: warning: 'bool CHTSPDemuxer::m_seeking' [-Wreorder]
bool m_seeking;
^
/home/kai/src/openelec/OpenELEC.tv/build.OpenELEC-Generic.x86_64-7.0-devel/pvr.hts-28d3613/src/HTSPDemuxer.cpp:34:1: warning: when initialized here [-Wreorder]
CHTSPDemuxer::CHTSPDemuxer ( CHTSPConnection &conn )
^

@ksooo ksooo added the Fix label Jan 30, 2016
@Jalle19
Copy link
Contributor

Jalle19 commented Jan 30, 2016

Thanks!

Jalle19 added a commit that referenced this pull request Jan 30, 2016
compiler warning: fixed CHTSPDemuxer member init order
@Jalle19 Jalle19 merged commit e2fe0d1 into kodi-pvr:master Jan 30, 2016
@ksooo ksooo deleted the coverity-01 branch January 30, 2016 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants