xref: /trunk/ext_libraries/coinmp/coinmp-1.7.6-clang-1.8.patch (revision 8f71f2da3780fff02b58fe2fe2c8a220939be93f)
1--- misc/build/CoinMP-1.7.6/Cbc/src/Cbc_C_Interface.cpp 2013-04-10 18:58:16.000000000 +0200
2+++ misc/build/CoinMP-1.7.6/Cbc/src/Cbc_C_Interface.cpp 2017-02-06 20:39:00.267698261 +0200
3@@ -376,7 +376,7 @@
4
5     char * result = model->information_;
6
7-    if (VERBOSE > 0) printf("%s return %p\n", prefix, result);
8+    if (VERBOSE > 0) printf("%s return %p\n", prefix, static_cast<void*>(result));
9     return result;
10 }
11 /* Copy in integer information */
12