From: Eran I. <era...@gm...> - 2012-11-16 20:14:34
|
Applied to trunk Thanks! On Thu, Nov 8, 2012 at 7:21 PM, Scott Furry <sco...@gm...>wrote: > Found other code where wxDateTime::Parse functions were used expecting a > pointer as a return value. > > wx294 documentation has wxDateTime::Parse[Format|**DateTime|Date] return > a boolean ( was wxChar* of failed character). > > Affected files > sdk/databaselayer/src/dblayer/**PostgresResultSet.cpp > sdk/databaselayer/src/dblayer/**OracleResultSet.cpp > > ----- > > Received warning during compile > ----------Building project:[ abbreviation - Release_gcc_unicode ]---------- > In file included from abbreviationssettingsdlg.cpp:**31:0: > abbreviationssettingsdlg.h: In constructor ‘AbbreviationsSettingsDlg::** > AbbreviationsSettingsDlg(**wxWindow*, IManager*)’: > abbreviationssettingsdlg.h:41:**20: warning: ‘AbbreviationsSettingsDlg::m_ > **data’ will be initialized after [-Wreorder] > abbreviationssettingsdlg.h:40:**12: warning: ‘IManager* > AbbreviationsSettingsDlg::m_**mgr’ [-Wreorder] > abbreviationssettingsdlg.cpp:**33:1: warning: when initialized here > [-Wreorder] > > minor patch to update order of initialization in constructor. > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Codelite-developers mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codelite-developers > > -- Eran Ifrah Author of codelite, a cross platform open source C/C++ IDE: http://www.codelite.org |