On 30/12/2015 09:29, Rafael Guglielmetti wrote:

[snip]>>>> There is the same errors in the lines:
>>>> 167, 218, 291, 335, 343, 380, 427, 434, 462, 547, 595, 631,
>>>> 699, 744,
>>>> 786, 796
>>
>> I would expect these to be treated as warnings rather than errors - have
>> you enabled the 'treat warnings as errors' compiler option in your projects?
>>
>>    Brian
> 
> Nop, it is disabled. I also tried to disable all warnings but it does not 
> solve the problem.

Thanks for checking this.  All the errors are the result of this bit of
code:

  -static_cast<mpir_ui>(l)

giving:

  error C4146: unary minus operator applied to unsigned type, result
  still unsigned (main.cpp)

I am no expert on C++ so I am hoping that someone on this list might be
able to see why this fails.

   Brian

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to