lemon/core.h
changeset 1236 756022ac1674
parent 1149 157427808b40
child 1237 deaf433636ca
child 1238 736436e516d3
child 1239 d1a48668ddb4
child 1246 6039b32a2351
     1.1 --- a/lemon/core.h	Fri Jul 20 21:23:17 2012 +0200
     1.2 +++ b/lemon/core.h	Tue Jul 30 15:03:53 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  ///