lemon/core.h
branch1.1
changeset 801 deaf433636ca
parent 790 9147b013331a
parent 800 756022ac1674
child 806 14394c9603c2
     1.1 --- a/lemon/core.h	Fri Feb 22 16:42:56 2013 +0100
     1.2 +++ b/lemon/core.h	Tue Jul 30 15:10:43 2013 +0200
     1.3 @@ -37,6 +37,11 @@
     1.4  #pragma warning( disable : 4250 4355 4503 4800 4996 )
     1.5  #endif
     1.6  
     1.7 +#ifdef __GNUC__
     1.8 +// Needed by the [DI]GRAPH_TYPEDEFS marcos for gcc 4.8
     1.9 +#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
    1.10 +#endif
    1.11 +
    1.12  ///\file
    1.13  ///\brief LEMON core utilities.
    1.14  ///