Re: 5 more compiler warnings in master

2016-07-02 Thread Guillaume Munch
Le 02/07/2016 20:28, Uwe Stöhr a écrit : I understand the compiler warnings but it is not easy for me to decide if a truncation of values was intended or not. I mean if it is intended one should use int().(…) Hi Uwe, you are right, asking somebody to fix a warning when they are not familiar

Re: 5 more compiler warnings in master

2016-07-02 Thread Richard Heck
On 07/02/2016 02:28 PM, Uwe Stöhr wrote: > Am 02.07.2016 um 20:15 schrieb Richard Heck: > >> All harmless. >> >> In future, you can fix these sorts of warnings easily. > > I understand the compiler warnings but it is not easy for me to decide > if a truncation of values was intended or not. I mean

Re: 5 more compiler warnings in master

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 20:15 schrieb Richard Heck: All harmless. In future, you can fix these sorts of warnings easily. I understand the compiler warnings but it is not easy for me to decide if a truncation of values was intended or not. I mean if it is intended one should use int(). Since this

Re: 5 more compiler warnings in master

2016-07-02 Thread Richard Heck
On 07/02/2016 11:42 AM, Uwe Stöhr wrote: > Since I am now able to compile master again with the latest MSVC 2015 > compiler, I get these new warnings: > > D:\LyXGit\Master\src\Changes.cpp(562): warning C4244: 'initializing': > conversion from 'double' to 'int', possible loss of data >

5 more compiler warnings in master

2016-07-02 Thread Uwe Stöhr
Since I am now able to compile master again with the latest MSVC 2015 compiler, I get these new warnings: D:\LyXGit\Master\src\Changes.cpp(562): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data [D:\LyXGit\Master\compile-2015\src\LyX.vcxproj]