lemon/core.h
branch1.2
changeset 1238 736436e516d3
parent 1161 08712a8c3afe
parent 1236 756022ac1674
child 1249 2c2e8df67ddc
equal deleted inserted replaced
35:0c318220dea8 45:d501d49a5954
    33 // C4503: 'function' : decorated name length exceeded, name was truncated
    33 // C4503: 'function' : decorated name length exceeded, name was truncated
    34 // C4800: 'type' : forcing value to bool 'true' or 'false' (performance warning)
    34 // C4800: 'type' : forcing value to bool 'true' or 'false' (performance warning)
    35 // C4996: 'function': was declared deprecated
    35 // C4996: 'function': was declared deprecated
    36 #ifdef _MSC_VER
    36 #ifdef _MSC_VER
    37 #pragma warning( disable : 4250 4355 4503 4800 4996 )
    37 #pragma warning( disable : 4250 4355 4503 4800 4996 )
       
    38 #endif
       
    39 
       
    40 #ifdef __GNUC__
       
    41 // Needed by the [DI]GRAPH_TYPEDEFS marcos for gcc 4.8
       
    42 #pragma GCC diagnostic ignored "-Wunused-local-typedefs"
    38 #endif
    43 #endif
    39 
    44 
    40 ///\file
    45 ///\file
    41 ///\brief LEMON core utilities.
    46 ///\brief LEMON core utilities.
    42 ///
    47 ///