teamblue-e2 / enigma2

GNU General Public License v2.0
1 stars 18 forks source link

lib/dvb/pmt.h:54:14: fixed warning: ‘HbbTVApplicationInfo::m_Applicat… #13

Closed arn354 closed 4 years ago

arn354 commented 4 years ago

…… …ionName’ will be initialized after [-Wreorder] 54 | std::string m_ApplicationName; | ^~~~~ ../lib/dvb/pmt.h:49:6: warning: ‘int HbbTVApplicationInfo::m_OrgId’ [-Wreorder] 49 | int m_OrgId; | ^~~ ../lib/dvb/pmt.h:56:2: warning: when initialized here [-Wreorder] 56 | HbbTVApplicationInfo(int controlCode, int orgid, int appid, std::string hbbtvUrl, std::string applicationName,int profileCode) | ^~~~~~~~