lemon/bits/windows.cc
changeset 1341 c199e9976d93
parent 1340 f70f688d9ef9
equal deleted inserted replaced
11:083669805f69 12:2fff40704c1e
    18 
    18 
    19 ///\file
    19 ///\file
    20 ///\brief Some basic non-inline functions and static global data.
    20 ///\brief Some basic non-inline functions and static global data.
    21 
    21 
    22 #include<lemon/bits/windows.h>
    22 #include<lemon/bits/windows.h>
       
    23 
       
    24 #if defined(LEMON_WIN32) && defined(__GNUC__)
       
    25 #pragma GCC diagnostic ignored "-Wold-style-cast"
       
    26 #endif
    23 
    27 
    24 #ifdef LEMON_WIN32
    28 #ifdef LEMON_WIN32
    25 #ifndef WIN32_LEAN_AND_MEAN
    29 #ifndef WIN32_LEAN_AND_MEAN
    26 #define WIN32_LEAN_AND_MEAN
    30 #define WIN32_LEAN_AND_MEAN
    27 #endif
    31 #endif