Not a problem, my French is better than my English :)
I will have a look and try to compare the properties of the two solutions in MVC++. I will come back if I will find something.

Le 30. 12. 15 13:41, Jean-Pierre Flori a écrit :


On Wednesday, December 30, 2015 at 12:41:59 PM UTC+1, Cactus wrote:

    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

Not clear why this is treated as an error...
Should be a warning as here:
https://msdn.microsoft.com/fr-fr/library/4kh09110.aspx
(in French sorry!)
--
You received this message because you are subscribed to a topic in the Google Groups "mpir-devel" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/mpir-devel/CRC2YvqV1xc/unsubscribe. To unsubscribe from this group and all its topics, send an email to mpir-devel+unsubscr...@googlegroups.com <mailto:mpir-devel+unsubscr...@googlegroups.com>. To post to this group, send email to mpir-devel@googlegroups.com <mailto: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.

--
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