You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use in-class initialization instead of explicit constructor initialization for CMICmnLLDBDebugSessionInfo
This fixes this warning:
../src/MICmnLLDBDebugSessionInfo.cpp:55:7: warning: field 'm_bCreateTty' will be initialized after field 'm_nNextMiStoppointId' [-Wreorder-ctor]
m_bCreateTty(false), m_nNextMiStoppointId(1UL) {}
^
0 commit comments