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.


Reply via email to