Hi, On 6. May 2013, at 12:38, "Robert Hauck [via Software]" <[email protected]> wrote:
> Is there a new pragma introduced? > # pragma clang diagnostic push > > VS2012 complains that it is unknown. It's a pragma for the clang compiler. VS should just ignore it, as with the #pragma gcc. If not, please wrap it #ifdef MSVC. CHeers, Stefan. -- View this message in context: http://software.1713.n2.nabble.com/New-pragmas-clang-diagnostic-tp7583145p7583152.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

