# HG changeset patch # User jld # Date 1393581846 0 # Node ID 047bbfee43f6fde99748d70120c5dfb191146715 # Parent 53088a1817a74e8337e7d24c61d32a5a804cc44b * standalone/wxwin/appsettings.cpp, standalone/wxwin/conflictsdlg.cpp: Silence initialization order compiler warnings with recent GCC. [ Bugzilla 1001948 ] diff --git a/host/tools/configtool/ChangeLog b/host/tools/configtool/ChangeLog --- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -7,6 +7,9 @@ 2014-02-28 Andy Jackson conflicts, CdlTransaction transaction, wxList *parConflictsOfInterest): + m_Map(wxKEY_INTEGER), m_conflicts(conflicts), m_Transaction(transaction), - m_parConflictsOfInterest(parConflictsOfInterest), - m_Map(wxKEY_INTEGER) - + m_parConflictsOfInterest(parConflictsOfInterest) { // Stop values from being changed by other mechanisms during the // duration of this dialog.