Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

CoinPragma.hpp

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 #endif
00020 
00021 #endif

Generated on Wed Dec 3 14:34:21 2003 for Coin by doxygen 1.3.5