Thanks Marcus, I should ignore them using #pragma warning(disable: ...). That's a good solution I think.
Jeongseok -----Original Message----- From: Marcus Lindblom [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 12:27 AM To: [EMAIL PROTECTED] Subject: Re: [Opensg-users] C4231 warning Jeongseok Lee wrote: > I'm sorry, but I can't find these two headers, OSGPush/PopWarnings.h in > OpenSG 1.8 neither OpenSG 2.0. Sorry. I was merely suggesting that these two could be created and added to the source. However, the warnings are not dangerous at all, and you can safely ignore them when compiling OpenSG and also disable them in your own code. (Using #pragma warning(disable: 1234, 5678, ... ) > Could you put together some code for this? Depends on what the core devs think. :) Cheers, /Marcus ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
