You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just finished building v17 with the current Master but there are a couple of issues to addres, here is the output:
Build succeeded.
12>
12>C:\Coin-or\Clp\src\ClpParameters.hpp(84,22): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
12>C:\Coin-or\Cbc\src\CbcParameters.hpp(574,22): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
12>C:\Coin-or\CoinUtils\src\CoinHelperFunctions.hpp(360,19): warning C4244: 'argument': conversion from 'const CoinByteArray' to 'const CoinBigIndex', possible loss of data
12> 3 Warning(s)
12> 0 Error(s)
12>
12>Time Elapsed 00:00:04.21
========== Rebuild All: 12 succeeded, 0 failed, 0 skipped ==========
========== Rebuild completed at 4:51 PM and took 05:15.530 minutes ==========
The text was updated successfully, but these errors were encountered:
These warnings indicate potential issues where data might be truncated or lost due to type conversions. Even though the build succeeded, addressing these warnings is important to avoid future bugs or runtime issues, especially when handling large data or different platforms (32-bit vs. 64-bit).
I just finished building v17 with the current Master but there are a couple of issues to addres, here is the output:
The text was updated successfully, but these errors were encountered: