Hi, On Tue, 2004-02-10 at 07:13, Chad Austin wrote: > Thanks Gerrit. :) > > Have you thought of a way to disable warnings for the IDE? Maybe a #define, > OSG_DISABLE_WARNINGS ?
currently I don't see an urgent need for this as the warning settings used by the IDE are pushed there from the command line environment while building the project files. So they are as up-to-date as the .vcproj files. After puzzling a little bit I do not see a big disadvantage in keeping this, as the user, even if he creates his own project, has to copy settings from the OpenSG project files in order to get all the details like dll settings right, additionally copying the warning levels shouldn't be to much work. The only other solution would be an generic #include <OSGHead.h> and #include <OSGTail.h> within every osg file manipulating the warning levels locally. regards, gerrit ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
