Gerrit Voss wrote: > > On Mon, 2008-11-17 at 12:41 +0900, Jeongseok Lee wrote: >> >> Warning 47 warning C4231: nonstandard extension used : 'extern' >> before template explicit instantiation d:\project\rstation >> \opensg_ex\opensg\include\opensg\osgsfsystypes.h 187 > > IIRC that was related to making the fields works with dll's on windows, > with either an older icl or cl compiler. One of them required some > non-standard tweaking. It might be that this changed since than. > > In general it should not be a problem. Is there one or is this just > a general question ?
Idea: How about adding two headers, OSGPush/PopWarnings.h, that can be added around OpenSG code which silences these (annoying) VS-warnings. We've always disabled those explicitly, but in order to make clean compiles maybe OSG should silence these 'safe' warnings, as to not confuse or worry people unnecessary? I can put together some code for that, at least for MSVS, if it helps? 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
