I have the following warnings while compiling an openFrameworks 007 project on Visual Studio 2010 SP1:
d:\\pedro\\development\\videoflow\\openframeworks\\lib
#ifdef _WIN32 #pragma warning(push) #pragma warning(disable : 4003) #endif ... // code with min/max warning you wish to suppress #ifdef _WIN32 #pragma warning(pop) #endif