From: <Ark...@ub...> - 2005-08-02 14:38:33
|
Oh yes, I ended up sticking -Wno-reorder there to keep the compiler = happy. Would be nice to have it fixed in the next version... -----Original Message----- From: qui...@li... [mailto:qui...@li...]On Behalf Of H. Steuer Sent: Monday, August 01, 2005 9:53 AM To: qui...@li... Subject: [Quickfix-users] header file voodoo QuickFIX Documentation: = http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html hi guys, hi oren, i just encountered some header file voodoo while upgrading to 1.10.2 seems like gcc does not like initialization order. this was on FreeBSD = 5.3-RELEASE-p5.=20 i was not aware if changing stuff there breaks something else, so i = decided to ask on the list before doing anything. ---- SNIP ---- In file included from /usr/local/quickfix/include/quickfix/Session.h:29, from quickfix.h:42, from opusfix.c:19: /usr/local/quickfix/include/quickfix/SessionState.h: In constructor = `FIX::SessionState::SessionState()': /usr/local/quickfix/include/quickfix/SessionState.h:189: warning: = `FIX::SessionState::m_sentReset' will be initialized after /usr/local/quickfix/include/quickfix/SessionState.h:188: warning: = `bool FIX::SessionState::m_receivedReset' /usr/local/quickfix/include/quickfix/SessionState.h:47: warning: when = initialized here /usr/local/quickfix/include/quickfix/SessionState.h:200: warning: = `FIX::SessionState::m_pLog' will be initialized after /usr/local/quickfix/include/quickfix/SessionState.h:193: warning: `int = FIX::SessionState::m_resendRequested' /usr/local/quickfix/include/quickfix/SessionState.h:47: warning: when = initialized here regards, heri --=20 This e-mail may contain confidential and/or privileged information.=20 If you are not the intended recipient (or have received this e-mail in = error)=20 please notify the sender immediately and destroy this e-mail. Any = unauthorized=20 copying, disclosure or distribution of the material in this e-mail is = strictly=20 forbidden. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. = http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. |