Re: new compiler warnings in today's master

2016-10-17 Thread Uwe Stöhr

Am 18.10.2016 um 01:08 schrieb Guillaume Munch:


Thanks for the report. This should be fixed now. Please tell me if there
are still warnings now.


Hi Guillaume,

many thanks, the warnings went away.

regards Uwe

p.s. if possible please only cite what you are referring to in your 
replies. This makes them easier to read. I am also lazy to scroll on my 
smartphone ;-) )


Re: new compiler warnings in today's master

2016-10-17 Thread Guillaume Munch

Le 17/10/2016 à 01:49, Uwe Stöhr a écrit :

Hi Guillaume,

your recent changes introduced these new compiler warning:

GuiViewSource.cpp
D:\LyXGit\Master\src\TexRow.h(51): warning C4099: 'lyx::TextEntry': type
name first seen using 'class' now seen using 'struct' (compiling source
file D:\LyXGit\Master\src\frontends\qt4\GuiView.cpp)
[D:\LyXGit\Master\compile-2015\src\frontends\qt4\frontend_qt.vcxproj]
  D:\LyXGit\Master\src\TexRow.h(51): note: see declaration of
'lyx::TextEntry' (compiling source file
D:\LyXGit\Master\src\frontends\qt4\GuiView.cpp)
D:\LyXGit\Master\src\TexRow.h(51): warning C4099: 'lyx::TextEntry': type
name first seen using 'class' now seen using 'struct' (compiling source
file D:\LyXGit\Master\src\frontends\qt4\GuiViewSource.cpp)
[D:\LyXGit\Master\compile-2015\src\frontends\qt4\frontend_qt.vcxproj]
  D:\LyXGit\Master\src\TexRow.h(51): note: see declaration of
'lyx::TextEntry' (compiling source file
D:\LyXGit\Master\src\frontends\qt4\GuiViewSource.cpp)

PreviewLoader.cpp
D:\LyXGit\Master\src\TexRow.h(222): warning C4099: 'lyx::TexString':
type namefirst seen using 'class' now seen using 'struct' (compiling
source file D:\LyXGit\Master\src\graphics\PreviewLoader.cpp)
[D:\LyXGit\Master\compile-2015\src\graphics\graphics.vcxproj]
  D:\LyXGit\Master\src\TexRow.h(222): note: see declaration of
'lyx::TexString' (compiling source file
D:\LyXGit\Master\src\graphics\PreviewLoader.cpp)
D:\LyXGit\Master\src\texstream.h(21): warning C4099: 'lyx::TexString':
type name first seen using 'struct' now seen using 'class' (compiling
source file D:\LyXGit\Master\src\graphics\PreviewLoader.cpp)
[D:\LyXGit\Master\compile-2015\src\graphics\graphics.vcxproj]

I get these 2 warnings a dozen times. Could you please have a look?



Hi Uwe,

Thanks for the report. This should be fixed now. Please tell me if there
are still warnings now.




new compiler warnings in today's master

2016-10-16 Thread Uwe Stöhr

Hi Guillaume,

your recent changes introduced these new compiler warning:

GuiViewSource.cpp
D:\LyXGit\Master\src\TexRow.h(51): warning C4099: 'lyx::TextEntry': type 
name first seen using 'class' now seen using 'struct' (compiling source 
file D:\LyXGit\Master\src\frontends\qt4\GuiView.cpp) 
[D:\LyXGit\Master\compile-2015\src\frontends\qt4\frontend_qt.vcxproj]
  D:\LyXGit\Master\src\TexRow.h(51): note: see declaration of 
'lyx::TextEntry' (compiling source file 
D:\LyXGit\Master\src\frontends\qt4\GuiView.cpp)
D:\LyXGit\Master\src\TexRow.h(51): warning C4099: 'lyx::TextEntry': type 
name first seen using 'class' now seen using 'struct' (compiling source 
file D:\LyXGit\Master\src\frontends\qt4\GuiViewSource.cpp) 
[D:\LyXGit\Master\compile-2015\src\frontends\qt4\frontend_qt.vcxproj]
  D:\LyXGit\Master\src\TexRow.h(51): note: see declaration of 
'lyx::TextEntry' (compiling source file 
D:\LyXGit\Master\src\frontends\qt4\GuiViewSource.cpp)


PreviewLoader.cpp
D:\LyXGit\Master\src\TexRow.h(222): warning C4099: 'lyx::TexString': 
type namefirst seen using 'class' now seen using 'struct' (compiling 
source file D:\LyXGit\Master\src\graphics\PreviewLoader.cpp) 
[D:\LyXGit\Master\compile-2015\src\graphics\graphics.vcxproj]
  D:\LyXGit\Master\src\TexRow.h(222): note: see declaration of 
'lyx::TexString' (compiling source file 
D:\LyXGit\Master\src\graphics\PreviewLoader.cpp)
D:\LyXGit\Master\src\texstream.h(21): warning C4099: 'lyx::TexString': 
type name first seen using 'struct' now seen using 'class' (compiling 
source file D:\LyXGit\Master\src\graphics\PreviewLoader.cpp) 
[D:\LyXGit\Master\compile-2015\src\graphics\graphics.vcxproj]


I get these 2 warnings a dozen times. Could you please have a look?

thanks and regards
Uwe