File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 122122 <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
123123 <AdditionalIncludeDirectories >../include;../res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
124124 <MultiProcessorCompilation >true</MultiProcessorCompilation >
125+ <TreatWarningAsError >true</TreatWarningAsError >
125126 </ClCompile >
126127 <Link >
127128 <SubSystem >Windows</SubSystem >
Original file line number Diff line number Diff line change 4545#include < memory>
4646#include < exception>
4747
48+ /* Warnings disabled because of boost::python
49+ * 4127: Loop/conditional expression is constant
50+ */
51+ #pragma warning( disable : 4127)
4852#pragma warning( push )
4953
5054/* Warnings disabled for boost::python
5155 * 4244: Conversion from long double to double
5256 * 4512: Assignment operator could not be generated
5357 * 4100: Unreferenced local parameter
54- * 4127: Loop expression is constant
5558 */
56- #pragma warning( disable : 4244 4512 4100 4127 )
59+ #pragma warning( disable : 4244 4512 4100)
5760#include < boost/python.hpp>
5861#pragma warning( pop )
5962
You can’t perform that action at this time.
0 commit comments