/home/coin/SVN-release/CoinAll-1.1.0/CoinUtils/src/CoinPragma.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 #ifndef CoinPragma_H
00004 #define CoinPragma_H
00005 
00006 //-------------------------------------------------------------------
00007 //
00008 // This is a file which can contain Pragma's that are
00009 // generally applicable to any source file.
00010 //
00011 //-------------------------------------------------------------------
00012 
00013 #if defined(_MSC_VER)
00014 // Turn off compiler warning about long names
00015 #  pragma warning(disable:4786)
00016 // Turn off compiler warning: 
00017 // "empty controlled statement found; is this the intent?"
00018 #  pragma warning(disable:4390)
00019 // Turn off compiler warning about deprecated functions
00020 #  pragma warning(disable:4996)
00021 #endif
00022 
00023 #endif

Generated on Sun Nov 14 14:06:32 2010 for Coin-All by  doxygen 1.4.7