Uwe Stöhr schrieb:
I nowadays get this compiler message:
D:\LyXSVN\lyx-devel\src\graphics\PreviewLoader.cpp(264) : warning C4355:
'this'
: used in base member initializer list lib /nologo /OUT:release\libs\graphics.lib
release\src\graphics\GraphicsCache.obj release\src\graphics\GraphicsCacheItem.obj
release\src\graphics\GraphicsConverter.obj release\src\graphics\GraphicsImage.obj
release\src\graphics\GraphicsLoader.obj release\src\graphics\GraphicsParams.obj
release\src\graphics\GraphicsTypes.obj release\src\graphics\PreviewImage.obj
release\src\graphics\PreviewLoader.obj release\src\graphics\Previews.obj
GraphicsTypes.obj : warning LNK4221: no public symbols found; archive
member will be inaccessible
I think the first warning can be ignored, but what is the second one?
The problem persists and I can't find out the reason. Abdel, do you see this
too on Windows?
Uwe