summaryrefslogtreecommitdiff
path: root/build/Bonmin/include/coin/CoinPragma.hpp
diff options
context:
space:
mode:
authorHarpreet2016-09-03 00:34:27 +0530
committerHarpreet2016-09-03 00:34:27 +0530
commit4b64cf486f5c999fd8167758cae27839f3b50848 (patch)
treed9d06639fb7fa61aef59be0363655e4747105ec7 /build/Bonmin/include/coin/CoinPragma.hpp
parentd19794fb80a271a4c885ed90f97cfc12baa012f2 (diff)
downloadFOSSEE-Optim-toolbox-development-4b64cf486f5c999fd8167758cae27839f3b50848.tar.gz
FOSSEE-Optim-toolbox-development-4b64cf486f5c999fd8167758cae27839f3b50848.tar.bz2
FOSSEE-Optim-toolbox-development-4b64cf486f5c999fd8167758cae27839f3b50848.zip
Structure updated and intqpipopt files added
Diffstat (limited to 'build/Bonmin/include/coin/CoinPragma.hpp')
-rw-r--r--build/Bonmin/include/coin/CoinPragma.hpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/build/Bonmin/include/coin/CoinPragma.hpp b/build/Bonmin/include/coin/CoinPragma.hpp
deleted file mode 100644
index b9f8cd2..0000000
--- a/build/Bonmin/include/coin/CoinPragma.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-/* $Id: CoinPragma.hpp 1372 2011-01-03 23:31:00Z lou $ */
-// Copyright (C) 2000, International Business Machines
-// Corporation and others. All Rights Reserved.
-// This code is licensed under the terms of the Eclipse Public License (EPL).
-
-#ifndef CoinPragma_H
-#define CoinPragma_H
-
-//-------------------------------------------------------------------
-//
-// This is a file which can contain Pragma's that are
-// generally applicable to any source file.
-//
-//-------------------------------------------------------------------
-
-#if defined(_MSC_VER)
-// Turn off compiler warning about long names
-# pragma warning(disable:4786)
-// Turn off compiler warning:
-// "empty controlled statement found; is this the intent?"
-# pragma warning(disable:4390)
-// Turn off compiler warning about deprecated functions
-# pragma warning(disable:4996)
-#endif
-
-#endif