0

我正在尝试在 VS2010 Professional 中为 windows (config: x64, release) 编译 MPIR (dll_mpir_gc),并收到 602 警告。其中大多数是关于精度损失的,例如“警告 C4244:'=':从 'mp_bitcnt_t' 转换为 'unsigned long',可能丢失数据”。编译这个库时这是正常的吗?

编辑:18 小时后,我在https://groups.google.com/group/mpir-devel/上发布了这个。

4

1 回答 1

0

Brian 的回答是“是的,这很正常”, https://groups.google.com/group/mpir-devel/browse_thread/thread/ee6d5a145c5b2088

于 2011-03-06T23:04:39.937 回答