Discussion:
14 compilation warnings
Uwe Stöhr
2014-07-27 22:43:18 UTC
Permalink
Hi LyXers,

I hop that I will now find again more time for LyX and started today
with a compilation of master. Unfortunately I got 14 warnings:

1.
"D:\LyXGit\Master\compile-result\boost\libs\regex\boost_regex.vcxproj"
(Standard target) (5) -> (Lib target) ->
static_mutex.obj : warning LNK4221: The object file doesn't define
previously defined public symbols

2.
"D:\LyXGit\Master\compile-result\src\frontends\qt4\frontend_qt.vcxproj"
(Standardziel) (11) -> (CustomBuild Ziel) ->
D:\LyXGit\Master\src\frontends\qt4\ui\PrefLanguageUi.ui : warning :
Tab-stop assignment: 'rtlGB' is not a valid widget.

3. - 14.
"D:\LyXGit\Master\compile-result\src\LyX.vcxproj" (Standardziel) (22) ->
(ClCompile Ziel) -> ..\..\src\Row.cpp(51): warning C4244: '=':
conversion from 'double' to 'int', possible dataloss
..\..\src\Row.cpp(53): warning C4244: '=': conversion from 'double'
to 'int', possible dataloss
..\..\src\Row.cpp(73): warning C4244: 'Initialisierung': conversion
from 'double' to 'int', possible dataloss
..\..\src\Row.cpp(116): warning C4244: '-=': conversion from 'double'
to 'int', possible dataloss
..\..\src\Row.cpp(118): warning C4244: '=': conversion from 'double'
to 'int', possible dataloss
..\..\src\Row.cpp(407): warning C4244: '=': conversion from 'double'
to 'int', possible dataloss
..\..\src\TextMetrics.cpp(630): warning C4244: '=': conversion from
'double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(663): warning C4244: '-=': conversion from
'double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(689): warning C4244: '+=': conversion from
'double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(1111): warning C4244: '=': conversion from
'double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(1114): warning C4244: '=': conversion from
'double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(1126): warning C4244: '=': conversion from
'double' to 'int', possible dataloss

--------------------

Besides this, I noticed that our bug tracker still proposes version
2.0.7 as default for new bug reports. Richard, cold you please change that?

best regards
Uwe
Jean-Marc Lasgouttes
2014-07-28 07:54:24 UTC
Permalink
Post by Uwe Stöhr
Hi LyXers,
I hop that I will now find again more time for LyX and started today
1.
"D:\LyXGit\Master\compile-result\boost\libs\regex\boost_regex.vcxproj"
(Standard target) (5) -> (Lib target) ->
static_mutex.obj : warning LNK4221: The object file doesn't define
previously defined public symbols
I do not think I can do much about this one.

The other ones should be fixed now. Please report any problem.
Post by Uwe Stöhr
Besides this, I noticed that our bug tracker still proposes version
2.0.7 as default for new bug reports. Richard, cold you please change that?
I did that.

JMarc
Uwe Stöhr
2014-07-28 22:01:51 UTC
Permalink
Post by Jean-Marc Lasgouttes
The other ones should be fixed now. Please report any problem.
Many thanks! I get now 0 warnings.
Post by Jean-Marc Lasgouttes
Post by Uwe Stöhr
Besides this, I noticed that our bug tracker still proposes version
2.0.7 as default for new bug reports. Richard, cold you please change that?
I did that.
thanks too.

regards Uwe

Loading...